Tags: iguana007/nette.ajax.js
Tags
Merge pull request vojtech-dobes#115 from lm/apply-snippet-perf Don't alter DOM if not necessary in applySnippet()
History: cached snippets fire before, after and complete queues (thx to @daliborcaja) http://forum.nette.org/cs/11005-nette-ajax-js-alt-obsluha-pro-ajax-s-jquery?p=11#p115566
History: cached snippets fire before, after and complete queues (thx to @daliborcaja) http://forum.nette.org/cs/11005-nette-ajax-js-alt-obsluha-pro-ajax-s-jquery?p=11#p115566
Added shortcut for DOM-based custom ajax calls [closes vojtech-dobes#21] Enables syntax: $('#element').click(function (e) { $(this).netteAjax(e, { ... }) .done(function () { ... }); });
PreviousNext