Released version 1.2.2
- 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]
attributega.ajax.js
outlining the way how to use Google Analytics withhistory.ajax.js
extensionfidRemove.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.