[jquery]this触发自身click事件,当前控件向上滑出

$("a").click(function() {
$(this).slideUp();
});

原文地址:https://www.cnblogs.com/smallgo/p/3038304.html