Waylon

Results 5 comments of Waylon
trafficstars

厉害了。大兄弟。只想求个码

@sandeshbsuvarna I define a global variable , and slightly modified appframework source, if you open a pop-up or modal then change the value of modal_status . ``` javascript document.addEventListener("deviceready", backbtns,...

Oh , all right. I found this . Very good https://github.com/luis-almeida/unveil ``` javascript mainScroll = $("#main").scroller(); $.bind( mainScroll, "scrollend", function(){ $("#box_hot_list img.unveil").unveil(); }) ```

在项目中安装依赖模块 npm install babel-core babel-loader --save-dev 添加 .babelrc 文件 { "presets" : ["es2015", "react"] }

@aui angularjs || vue || react 这些不支持 IE 7-8 啊。 目前还在使用 tmodjs + webpack 开发兼容 IE7-8 的PC页面。。。。难道只能换掉 tmodjs 了吗。。。。 好忧伤。。。