- Catch syntax error if the hash is bad.
- Add 'closeOnConfirm', 'closeOnCancel' options.
- Fix #14, #11
- Support for trailing slashes in URL.
- Fix unnecessary body padding.
- Works in the old android, ios browsers and other.
- Fix page scrolling bug
- Refactor CSS
- Public collection of instances. Now you can get specific instance throw JS:
var inst = $.remodal.lookup[$('[data-remodal-id=modal]').data('remodal')];
; - Plugin constructor calling returns instance now.
var inst = $('[data-remodal-id=modal]').remodal()
.
- Zepto support!
- Blur is changed from 5px to 3px.