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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -