This is for a text box only….maybe here for length of variable
var myLength = $("#myTextbox").val().length;
if (myLength > 3) {
}
else {
}
This is for a text box only….maybe here for length of variable
var myLength = $("#myTextbox").val().length;
if (myLength > 3) {
}
else {
}