Category "html"

How to I get new values from dynamic table using JavaScript

I want to create dynamic table that loads localStorage saved form data and make it editable. I can change cells values but when I try to save it JavaScript cons

Spring Boot non-required requestParams default to null instead of empty string

I'm using Spring Boot for a search tool and I'm having an issue while passing the values from the front-end to the back-end. So, I have a select field that I'm

html bootstrap navbar hamburger not working for dropdown menu

bootstrap navbar collapse not working. dropdown hamburger does not show navbar-nav 's Navbar

SCSS Duplicate Rule Elimination

I am currently starting up a front-end build somebody else made. The project is not letting me do a commit until the linter check succeeds. It tells me that the

How do I fix the "The shadow-piercing descendant combinator (>>>) is deprecated" warning on ng build for production

I'm getting ng-build -c production warnings for all my css in styles that have a '>>>' notation. Warning: ▲ [WARNING] Unexpected ">" /Users/m

What's the easiest way to play youtube video in <video>tag in React

I am trying to play youtube video in html5 tag but I am getting some error <div className={classes.VideoContainer}> <video className={classe

How can I fix this audit warn usage error of vue

>>>app vue code and addtask code: <template> <div class="container"> <Header title="Task Tracker" /> <AddTask @add-task=

Is there a way to disable href link / links if the user is already on the page the href link / links leads to, without using JQuery?

So I have something like this in my html: <a id="one" href="/index.html"> HOME </a> <a id="two" href="/something.html"> SOMETHING </a> &

Cache discriminator viable approach in web pages

In the project i have developed till now, i usually add a random number to each request of data or file related to the project. I have to specify that the proje

how to attach picture to another picture?

I want to do synchronising device, it measures phase shift between phases. It's a measurement device, that have a pointer like a clock. It consists of two imag

Is there a way to keep elements fixed in some point of a image that have object-fit: cover property?

I have a image in 16:9 (1920 x 1080) of a draw with some led light strips on it. My objective is to implement a div of a gradient color to simulate a light effe

How can I remove an HTML element that has the data type string in javascript?

I am trying to redesign a quiz template that only allows users to choose one answer before the other options are disabled. The user should be able to choose ano

overflow-x: scroll and overflow-y: visible alternative

I have a list which is rendering images (horizontally with scroll): <div id="my-cool-wrapper"> ... // My cool wrapper has more elements (apart from li

embed does not open a document in Chrome

My Blazor web application needs to display a pdf document. It works in Firefox, but not in chrome. Here is the code: <embed src="data:application/pdf;base64,

Trying to launch my index.html onto local host via parcel, but getting errors

So i've set up my package.json, installed parcel, and everything is working fine. However, when I use terminal and try to load my webpage through parcel or crea

Can I use php-cgi to serve an HTML which refers to CSS/JS files from the parent directory?

tl;dr My understanding is that php -S localhost:1234 -t some-dir serves the page some-dir/index.html at localhost:1234, expecting that CSS and JavaScript (and o

TypeError: ‘undefined’ is not an object (evaluating)

I'm started react-native tutorial on youtube, and I get error this one. TypeError: ‘undefined’ is not an object This is File it is showing from:

Google Blogspot (post-share-buttons) social media removed

There is a share button on my blog I would like to remove all social media and leave only functional (link). I can edit the HTML, but I can't find the code I ne

How can I make the output of a js not on one single line? How can the output "fit" the input box?

This is the js code I have written. It generate a random string. I have set this string to be 100 characters long but it doesnt "fit" the input box. The string

Populate a drop down with a list using Thymeleaf and Spring Boot

I'm trying to add an HTML select with data from a Database using Spring Boot and Thymeleaf. I can't get it what I'm doing wrong. This is the Code that is connec