/tempest

Js Nested Template

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

TIPS

/** EVENT **/
template.ready(function(object){
    if(object.hasAttr('destroy')){
        object.destroy()
    }
})


/** EVENT **/
template.ready(function(object){
    if(!object.hasAttr('stop')){
        object.children().hide();    
    }
    
    object.fadeIn();
})