Skip to content

Commit

Permalink
Updated installation instructions on README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Mar 7, 2011
1 parent c3e9af9 commit ac0560b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.markdown
Expand Up @@ -41,7 +41,10 @@ Client Side Validations requires [jQuery](http://jquery.com).

Include the client-side-validations.js file in your layout

<%= javascript_include_tag 'client-side-validations' -%>
<%= javascript_include_tag 'jquery', 'client-side-validations', 'rails' -%>

Take note how rails.js is included after client-side-validations.js.
This is required for validating remote forms.

Turn on the validations for each form_for

Expand Down

0 comments on commit ac0560b

Please sign in to comment.