Skip to content

Releases: andreaval/jAplus

jQuery A+ 0.9.0

03 Nov 22:58

Choose a tag to compare

  • 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

04 Sep 15:22

Choose a tag to compare

  • Fix: class confirm in conjunction with other classes may not work properly

jQuery A+ 0.8.3

08 Jul 17:01

Choose a tag to compare

  • Fix: function HideTitle does not hide title attributes correctly

jQuery A+ 0.8.2

30 Jun 14:48

Choose a tag to compare

  • 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

26 Jun 09:52

Choose a tag to compare

Fix: attribute title is not hidden in the tags loaded via ajax

jQuery A+ 0.8.0

24 Jun 14:45

Choose a tag to compare

  • 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

24 Jun 14:46

Choose a tag to compare

  • Add Package Manifest for JQuery Plugin Registry
  • Removed unused option

jQuery A+ 0.7.0

24 Jun 14:46

Choose a tag to compare

  • 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