How to use jquery validation plugin for the rails form given below.
I want complete steps about how to make the it for different fields
Got the solution to add range ,min ,max etc
we have to use
<%= f.text_field :mobile,:class => "required number",:minlength=>"10", :maxlength=>"10"%>
the above for mobile