Sha256: 3ead4886ce8258330adf0a836048e00d1ba4c7e5835e6580ee63348bbaddf392
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
## mootools-plus mootools-plus provides helpers and Ruby-like methods to Javascript MooTools core classes and plus. ## Installation Add the gem in your `Gemfile`: ```ruby group :assets do gem 'mootools-plus' end ``` Then `bundle install` it. Add mootools-plus to the asset pipeline: ```javascript //= require mootools-plus/array //= require mootools-plus/element ``` Enjoy! ## Documentation * [Native elements](https://github.com/caedes/mootools-plus/wiki/Native-elements) ## License This project uses MIT-LICENSE.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mootools-plus-0.1.0 | README.md |
mootools-plus-0.0.3 | README.md |