I am absolutely new in JavaScript development and I have the following problem. I have a form containing two input tags where the user can insert two dates (som
I wish to put an href that links to a CSS file and a website. How can i connect these two links into a working tag <link href="https://fonts.googleapis.com
I'd like to stop an animated PNG from playing on my html page, and be frozen on the first frame. Any ideas to do this would be appreciated.
I'm trying to implement a custom directive in Angular 2 for moving an arbitrary HTML element around. So far everything is working except that I don't now how to
I'm trying to implement a custom directive in Angular 2 for moving an arbitrary HTML element around. So far everything is working except that I don't now how to
<select name="status" required> <option selected disabled>status</option> I have set required attribute in html select. My first option set
When using input and button elements inside a flex container, the flex and/or flex-grow properties don't seem to do anything. Code that demonstrates my issue.
I need to hide dt if dd got empty value. how can i do that? <dt class="col-sm-6 text-dark" >Subject</dt> <dd class="col-sm-6">{{$course_
This seems trivial, but I cannot find anything. I have a text and small image (icon) inside the text like this: <span>ask<img src=ask.svg height=16>
I want to customise my twitch chat overlay from Streamlabs so that the username of the person animates from the left while the actual message they send animates
I'm looking for a fast and secure way to add and remove classes from an html element without jQuery. It also should be working in early IE (IE8 and up).
I need to show the alert box when the user typed the number in the input field <input type="text" class="only-text"> if (document.querySelector('.only-te
I have one line in a html file containing a base64 representation of an image. This line spans thousands of lines in the editor, which is a huge hassle when alw
I'm creating a calculator in JavaScript. It is working, except for the add() function (sub, mult, and div work fine) and when I press "=" it sends the answer t
I want to draw 4 circles, being all 4 flex-items, and I need them to scale with the container they are in. I have seen some solutions where padding-bottom is us
Is there an alternative for that because Firefox and Internet Explorer are not supporting it... Example: <form> <input type="datetime-local"> </f
I'm writing a basic calculator in JavaScript, and when I hit "=" on the html form it is returning the entire calculator.js, not the result. I'm not sure why th
I am running into a problem rendering a star rating and was hoping I can get some extra eyeballs on my problem. I have the normal rating working just fine with
I'm using library TheArtOfDev.HtmlRenderer to convert html to image and then send it to printer. The Html I need to convert contains vertical text and rounded
I have a form that I use JavaScript to set the value of a hidden INPUT field which is the text of the OPTION selected. The $_POST captures the value of the OPT