How to find the value in the max attribute of input element

kknniinnosski

New Member
How to find the value in the max attribute of input element using Jquery\[code\]<input type="number" id="pageNumber" class="toolbarField pageNumber" value="http://stackoverflow.com/questions/14582184/1" size="4" min="1" tabindex="7" max="29">\[/code\]I tried\[code\]$("input[max]").val()\[/code\]But it didn't help
 
Back
Top