javascript - Appending input box with jquery, the maxlength property is not being obeyed? -
javascript - Appending input box with jquery, the maxlength property is not being obeyed? -
the next code creates maxlength property can view via debugger, it's not limiting info length ?
var myrow = '<tr><td></td><td><input maxlength="128" class="myclass" type="text" name="mydata[' + + ']" /></td></tr>'; $('#mytable tr:last').after(myrow);
javascript jquery html forms validation
Comments
Post a Comment