Skip to content

Tag: html

I can not write any value from input on mobile device

I have a problem with touchstart in my jquery code. My jquery code doesn’t allow me to click any button, input or other elements when I open the page with a mobile phone. Please click this DEMO . You can click the inputs and you can write something on there. But open chrome developer console now click t…

How to add a Div on a Phaser Game

I have a game.js where all the sprites from my Phaser game is rendered. I also have a index.html that calls this script to render the game. I would like to add a <div> for a health bar over the game.js canvas but I am not able to do it, when I try, it only shows above or below the

Compare date values “instantly” on user input

This question might be similar to this other question: HTML Comparing 2 Dates with Javascript But I don’t want to use a button, simply make it instant. I have 2 inputs of type date and I want to compare between them. Now the condition works perfectly, It compares the 2 dates and shows an error if the 2n…