Reply to thread

I don't know:P :D


Can i use it for something like this pseudocode:


if (current_prefix_id == 13){

XenForo.ajax('ragtek_formtemplate',

{}, function(a) {


if (XenForo.hasTemplateHtml(a)) {


$(a.templateHtml).xfInsert("appendTo", $ragtek_editortemplates_container, "xfFadeIn");

}

else {

console.log("error");

}

});


Back
Top Bottom