Skip to content

Released version 1.2.2

Compare
Choose a tag to compare
@vojtech-dobes vojtech-dobes released this 06 Jul 20:40
· 68 commits to master since this release
  • added new method for removing ajaxification from any elements
$('.foo').netteAjaxOff();
  • added default selector for <button type=submit class=ajax>

There are also 3 new extensions:

  • confirm.ajax.js for simple confirmation questions via [data-confirm] attribute
  • ga.ajax.js outlining the way how to use Google Analytics with history.ajax.js extension
  • fidRemove.ajax.js for silent removal of _fid parameter from URL

Also automatic call of load on successful request is no longer registered in init extension, but in load extension.