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
Post a Comment