jquery 自定义事件怎样传递 this
答案:3 悬赏:80 手机版
解决时间 2021-11-12 14:41
- 提问者网友:记得曾经
- 2021-11-12 07:46
jquery 自定义事件怎样传递 this
最佳答案
- 五星知识达人网友:归鹤鸣
- 2021-11-12 07:57
$(function(){
var fun = function (dom) {
var obj = {
wipeLeft: function(){
Showdel(dom);
},
min_move_x: 20,
min_move_y: 20,
preventDefaultEvents: true
};
return obj;
};
$(".Pitm").touchwipe(fun ($(this)));
});
function Showdel (c){
c.hide();
}
var fun = function (dom) {
var obj = {
wipeLeft: function(){
Showdel(dom);
},
min_move_x: 20,
min_move_y: 20,
preventDefaultEvents: true
};
return obj;
};
$(".Pitm").touchwipe(fun ($(this)));
});
function Showdel (c){
c.hide();
}
全部回答
- 1楼网友:轻雾山林
- 2021-11-12 09:10
$(this)
Showdel($(this))
Showdel($(this))
- 2楼网友:千夜
- 2021-11-12 08:48
定义一个 var that = this ,用that替换子作用域链
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯