action:ajaxify.contentLoaded - after #content is populated but before fade in animation - append elements to DOM at this stage.

This commit is contained in:
psychobunny
2014-04-19 12:38:34 -04:00
parent da4113e1f1
commit 090c4e2aa9

View File

@@ -74,6 +74,7 @@ var ajaxify = ajaxify || {};
ajaxify.variables.flush(); ajaxify.variables.flush();
ajaxify.loadData(function () { ajaxify.loadData(function () {
$(window).trigger('action:ajaxify.contentLoaded', {url: url});
ajaxify.loadScript(tpl_url); ajaxify.loadScript(tpl_url);
if (typeof callback === 'function') { if (typeof callback === 'function') {