开发者

last sibling in jquery?

could some开发者_如何学Cone help me to select last sibling of clicked element in jquery?


$("#myElement").click(function() {
    $(this).siblings(":last").hide();
});
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜