code:return { //输出的内容 render:function(args,is_editing){ this.item_el.innerHTML='' $.getJSON("
http://plus.ts.cn/index.php?d=hit&m=hit&sit=1&id=49&jsoncallback=?", function(s){ var $body = $('body'); document.title='十三冬在线火炬传递(我是第'+s.num+'位传递的网友)'; // hack在微信等webview中无法修改document.title的情况 var $iframe = $('').on('load', function { setTimeout(function { $iframe.off('load').remove }, 0) }).appendTo($body); }); }, //绑定事件,一般为点击或者在元素上滑动等 bindEvents:function{ this.item_el.onclick=function{ alert("这里是自定义的点击事件") } }, //在清理动画前执行(如果用户跳过动画滑动,将执行,用于清理自定义的资源) beforeClearAnima:function{}, //删除元素前执行 beforeDelete:function{ }, //执行动画播放前 beforePlayAnima:function{ }, //彻底清除资源 beforeDestroy:function{ } }