Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 384 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 384 Bytes

jquery-hanami

Jquery for Hanami.

This gem provides:

  • jQuery 1 and jQuery 2
  • the jQuery UJS adapter

Installation

Add to Gemfile.

gem 'jquery-hanami'

Add to our tenmplate:

<%= javascript 'jquery' %>

or

<%= javascript 'jquery2' %>

optionally:
<%= javascript 'jquery_ujs' %>

License

jquery-hanami is released under the MIT License.