jquery-lotus
Jquery for Lotus.
This gem provides:
- jQuery 1 and jQuery 2
- the jQuery UJS adapter
Installation
Add to Gemfile.
gem 'jquery-lotus'
Add to our tenmplate:
<%= javascript 'jquery' %>
or
<%= javascript 'jquery2' %>
optionally:
<%= javascript 'jquery_ujs' %>
License
jquery-lotus is released under the MIT License.