On gists
Refresh Nette Ajax - live
Nette
@link https://forum.nette.org/cs/31536-latte-refresh-po-zavolani-ajax-handle
netteext.js
Raw
#
$.nette.ext('load_nette_after_snippets', {
init: function() {
this.ext('snippets').after(function() {
$.nette.load();
});
}
});
$.nette.init();