2.1.3
This is a breaking update, many things have been changed, generally cash is now much more aligned with jQuery, in many cases you should be able to use cash as a drop-in replacement for jQuery!
Notable changes
- Added support for partial builds
- Added support for space-separated events to
$.fn.on|one|off|trigger
- Added support for event namespaces
- Event's data is now passed as an argument
$.fn.css
will automatically add thepx
suffix to the value when appropriate- Added
$.fn.slice
- Added
$.fn.detach
- Added
$.fn.replace
- Added
$.fn.replaceWith
- Dropped IE9 support