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

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

posted @ 2013-04-23 17:38  小 / 妖  阅读(273)  评论(0编辑  收藏  举报