开发者

JQUERY multi selection $( $(this) + other items )

In JQuery is possible to do something like:

$( $(this).parent(), $("#myid"), $("li"), ... );

In th开发者_如何转开发is way obviously NOT work, it's only to explain...


From what I can tell, you have one set selected, and you would like to add more elements to that set?

Try JQuery's add() method.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜