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


in jquery possible something like:

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

in way not work, it's only explain...

from can tell, have 1 set selected, , add more elements set?

try jquery's add() method.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -