11449 / jquery-validation-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-validation-rails

jquery.validation.js for the Rails Asset Pipeline

Installation

Add this to your application's Gemfile:

gem 'jquery-validation-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery-validation-rails

Usage

Add the following directive to your Javascript manifest file (application.js):

//= require jquery.validation

Versioning

The naming schema is identical to jquery.validation.js.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About


Languages

Language:Ruby 100.0%