+ 2
How I can make two range sliders with one MAX tag?
( if (rangeone + rangetwo == 100){ stopp} ) I will make it only with the MAX tag and without Javascript and Jquery.
1 Odpowiedź
+ 2
with only HTML it's not possible, because HTML is a markup language and not a programming language. it lacks control structures and therefore can't compare values. so you have to use JavaScript/jQuery.