Releases: andreaval/jAplus
Releases · andreaval/jAplus
jQuery A+ 0.9.0
- jA+ can now create "dialog" also using HTML5 tag (using same classes of jQueryUI dialog)
- jQuery 3.7+ full compatibility
- Added control to avoid duplicated instance of jAplus in same object
- Add: class confirm-ui
- Add: class confirm-html5
- Add: class slide
- Add: option dialogType
- Add: option dialogCloseIcon
- Mod: dialog.dialogClass has new default value: 'aplus-dialog'
- Mod: ajax.loadMsg has new default value: 'loading...'
jQuery A+ 0.8.4
- Fix: class confirm in conjunction with other classes may not work properly
jQuery A+ 0.8.3
- Fix: function HideTitle does not hide title attributes correctly
jQuery A+ 0.8.2
- Fix: script error on ajax request when ajax-to param is empty
- Add: event ajaxComplete.aplus
- Add: event ajaxError.aplus
- Add: event ajaxMismatch.aplus
jQuery A+ 0.8.1
Fix: attribute title is not hidden in the tags loaded via ajax
jQuery A+ 0.8.0
- Improved loading script up to 2x
- A+ works now for tags loaded via ajax
- Added control to avoid multiple clicks while loading the popup (class win)
- Add: event ajaxToComplete.aplus
- Add: option win.check
jQuery A+ 0.7.1
- Add Package Manifest for JQuery Plugin Registry
- Removed unused option
jQuery A+ 0.7.0
- Add: class ajax
- Add: class ajax-to-value
- Add: class ajax-from-value
- Fix: win class (don't assign correct name)
- Fix: win-center class (The pop-up window was not centered correctly if the browser was not in fullscreen mode)
- Remove: class before-value
- Make JSHint friendly
- Add AMD support