how can I use oninput without keyboard or mouseclick once there is a number...
I'm enetering input digits with my javascript and I want to activate a function every time there is a digit change (driven by javascript) inside on of my inputs without using keyboard or mouseclick....
View ArticleI'm using transform: scale() to enlarge the div that contains some text on...
This question already has an answer here:How to prevent Webkit text rendering change during CSS scale transition 1 answerAs you can see in the snippet below, the hello text becomes blurry during the...
View ArticleHello,I wanted to know how to load a python game to an HTML web page?
I wanted to know how to load a python game to an HTML web page?, I am willing to change from web code to another that allows me to load games made with python o and unityis to show what I have in a...
View ArticleHow can I generate the opposite color according to current color?
I'm trying to create a color opposite of current color. I mean if current color is black, then I need to generate white.Actually I have a text (the color of this text is dynamic, its color can be made...
View ArticleNeed to get data out of an HTML form using vanilla Javascript
I'm trying to get some simple data out a form on a webpage. Should be pretty simple, but one, I can't use jQuery, it has to be plain JS, and two, it's on a legacy system so it has to work in IE11...
View ArticlePrevent 'click' event from firing multiple times + issue with fading
Morning folks. Have an issue with a simple jQuery gallery i'm making. It lets the user cycle through a collection of images via some buttons and at the same time, rotates through these images on a...
View ArticleHow to validate Nepali or Hindi word in HTML input form
I want user to input only the nepali language in the HTML input form. I had use the following regex[^a-zA-Z0-9]+ to avoid english alphabets and numbers but user are able to add other characters. Is...
View ArticleI am trying to create image slider.On setting display flex the flex-shrinks...
I am new to HTML CSS.I am practicing to make a website.I am trying to create image slider.On setting display flex the flex-shrinks even if flex-grow is given?For that I took a div container(class name...
View Articlehtml to PDF issue in Avery 8160 labels
I am facing an issue to generate HTML to PDF using DomPDF. I have to print labels on page Avery 8160 labels. In that when I generate and view pdf it doesn't take proper CSS. And that's why printing...
View ArticleHow can I remove keybinding resolver popup on atom
I miss clicked some keys, and this one turned up. I want to remove this but I don't know how to do it. Please help me... I want to remove the pink box
View Articleh.264 video won't play on iOS
I have a video file encoded with h.264 that will not play on iOS, and I'd like to know why. Here's the HTML:<video style="width: 480px; height: 360px;" autoplay controls> <source...
View ArticleShow categories and subcategories with 2 while statement
I have a mysql table for categories and subcategories to order in a dropdown menu list. I thought to use a while statement into while, but i get only the first main category with relative subcategories...
View ArticleHow to resolve "Uncaught SyntaxError: Cannot use import statement outside a...
I want to setup editor.js in my Django project but it's not working (I mean the text editor in not coming through) Then I've tried in a simple HTML and JS file to check it but text editor is not coming...
View ArticleHow can I implement a print functionality in Angular?
I am trying to implement a print functionality within my invoicing app, however, the print function I have only works for me once-that is, on the first click only. When I try to click again the click...
View ArticleWhy footer on the 2nd page is not at the bottom?
I am trying to create a page that displays header and footer on every printed page. So far, the header and footer's position already correct when there is only 1 page to be printed. But when there is 2...
View ArticleThe answer to one of my questions is coming back as undefined
I am trying to pull through an answer to one of my questions but the answer is coming back as undefined. I have used the exact same methodoly for the "male" and "female" answer but cannot figure out...
View ArticleHow to play in React without external library?
I have a video tag in my webpage and a "play/pause" button that when the user clicks on it, the video should start/stop playing. Unfortunately, this solution doesn't work (how to play/pause video in...
View Articleasserting the value None, please use "assert is None"
I am trying a hands-on, in which I am supposed to show three video on a webpage. What I have tried is working as expected on local machine but showing some warning when try to submit it online. Please...
View ArticleDropdown menu displaying to the right of li instead of below
I would like the submenu to be displayed dropdown when my mouse is obove the respective item, but when i place the mouse over it, the submenu appears to the right of the main menu, not below.Ive tried...
View ArticleHow to limit the number of columns of the table created from PHP while loop
I have this table created from php while loop from MySQL. The problem is the column goes outside the page. Using CSS word-wrap did not work. Here's what I am looking forThe original code. Sorry for the...
View Article