06 2017 档案

ajax监听上传进度
摘要:var xhrOnProgress = function(fun) { xhrOnProgress.onprogress = fun; //绑定监听函数 return function() { var xhr = $.ajaxSettings.xhr(); if(xhrOnProgress.onpr 阅读全文

posted @ 2017-06-23 17:37 124331 阅读(985) 评论(0) 推荐(0)

Echais 点击legend
摘要:myChart.on('legendselectchanged', function (params) { 可以触发点击事件 ); 阅读全文

posted @ 2017-06-20 14:35 124331 阅读(163) 评论(0) 推荐(0)

angualr 微信监控返回
摘要:$scope.$on('$locationChangeStart', function(){ //你需要的操作。。 }); 阅读全文

posted @ 2017-06-09 09:41 124331 阅读(123) 评论(0) 推荐(0)

mui-a标签跳转
摘要:mui('body').on('tap','a',function(){ window.top.location.href=this.href; }); 阅读全文

posted @ 2017-06-08 14:37 124331 阅读(1350) 评论(0) 推荐(0)

导航