Check username availability

后端 未结 3 1521
甜味超标
甜味超标 2020-12-24 04:25

I have a form to user login:

<%= form_tag(@action, :method => \"post\", :name => \'signup\' ,:onSubmit => \'return validate();\') do %>    
           


        
3条回答
  •  无人及你
    2020-12-24 04:52

    I answered this in another post.

    It is a friendly way for validating forms if you do not want to write it all from scratch using an existing jquery plugin. Check it out and if you like it let me know!

    Check username availability using jquery and Ajax in rails

提交回复
热议问题