I am having the jquery.validate.js plugin and it is working fine for me.
My question is :
I am having a textbox and this textbox is mandatory and should only
to check it add
$("#myform").validate({ rules: { amount: { required: true, digits: true } } });
http://docs.jquery.com/Plugins/Validation/Methods/digits