I\'m trying to set the maxlength on input fields dynamically using JavaScript. Apparently that is a problem in IE, and I found part of the solution.
$(\"inpu
The attribute you're looking for is maxlength, not max_length. See here.
maxlength
max_length