backbone app not calling in xsl but works fine in my local

空扰寡人 提交于 2019-12-08 06:57:17

问题


I am trying to call the backbone app through xsl... its working fine...but the problem is when i put inside a function its not working... i tested with console.log inside that function..i am able to see console log...but its not calling backbone app,, providing my code below... the same function working fine when i dont put in xsl thats is when i test it in my local... do i need to include anything in my xslor upgrade xsl...i dont see my app rendering in browser through xsl...but it works fine in my local without xsl...

http://xsltransform.net/bFukv8i/29

$(function() {    
                require(['common/quick-catalog/apps/quick-catalog']);
        });

来源:https://stackoverflow.com/questions/22214316/backbone-app-not-calling-in-xsl-but-works-fine-in-my-local

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!