multiple selector
Description: Selects the combined results of all the specified selectors.
-
version added: 1.0jQuery( "selector1, selector2, selectorN" )
selector1: Any valid selector.
selector2: Another valid selector.
selectorN: As many more valid selectors as you like.
You can specify any number of selectors to combine into a single result. T