Rodrigo Kx Posted October 21, 2011 Report Share Posted October 21, 2011 Bom galera, quero limitar um campo text, cujo o value que ele recebe é direto do JS:Estou usando o maxlength mas não adianta.$('#long').val((c.x+0.127555); $('#lat').val((c.y+(0.104); O formulário HTML está assim: <input type="text" id="long" name="long" value="-83.0" maxlength="5" size="5" /> <input type="text" id="lat" name="lat" value="25.0" maxlength="5" size="5" />Obrigado! Quote Link to comment Share on other sites More sharing options...
Question
Rodrigo Kx
Bom galera, quero limitar um campo text, cujo o value que ele recebe é direto do JS:
Estou usando o maxlength mas não adianta.
O formulário HTML está assim:Obrigado!
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.