input type number max value validation
/* comman function for all input by joshi yogesh {[email protected]} */
$(function () {
$( "input" ).change(function() {
var max = parseInt($(this).attr('max'));
var min = parseInt($(this).attr('min'));
if ($(this).val() > max)
{
$(this).val(max);
}
else if ($(this).val() < min)
{
$(this).val(min);
}
});
});
Also in JavaScript:
- chart.js reduce doughnut tickness
- how to create hyperlinks discord.js
- trigger click on checkbox jquery
- jquery empty and append
- angular observable cache
- searchbox in api news in angular
- string methods javascript count number of words inside a string
- javascript remove index from array
- length of an array javascript
- recieve voice channel audio discord.js
- javascript loop through object
- node path resolve
- angular model output only
- angular dynamic class
- async map js
- how to get user's machine and browser through js
- how to avoid json decode problem in python
- json object check if key exists java
- append after javascript
- chartjs start at 0
- ClassNotFoundException: com.fasterxml.jackson.core.JsonGenerator
- checking if a character is an alphabet in js
- setting property to method in child class javascript
- jquery redirect