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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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