views:

14

answers:

1
+2  Q: 

JS form fill limit

Is it possible to release the textarea/input where user can write only numbers BUT till 24?

Like 1,2,3,...,24.

+1  A: 

JQuery is best.

http://digitalbush.com/projects/masked-input-plugin/

http://docs.jquery.com/Plugins/Validation

Vikas
Useful url, thanks!
FlashTrava