Multiple Parameters for jquery selector?
- by chobo2
Hi
I was just looking at the jquery ui button plugin and noticed this
$("button, input:submit, a", ".demo").button();
I never seen something like this. Is this like multiple selects in one jquery selector?