Having several inputs, if you would like to check all of them with the same pattern, how could it be done?
an example
var input1 = $("#inp1");
var input2 = $("#inp2");
var input3 = $("#inp3");
var input4 = $("#inp4");
var inputX = $("#inpX");...
asked by
01.02.2017 / 10:39