This is for a text box only….maybe here for length of variable
1 2 3 4 5 6 7 8 9 10 |
var myLength = $("#myTextbox").val().length; if (myLength > 3) { } else { } |
This is for a text box only….maybe here for length of variable
1 2 3 4 5 6 7 8 9 10 |
var myLength = $("#myTextbox").val().length; if (myLength > 3) { } else { } |
© 2022 CODEHAVEN