Multiple Parameters for jquery selector?

Posted by chobo2 on Stack Overflow See other posts from Stack Overflow or by chobo2
Published on 2010-04-20T01:47:19Z Indexed on 2010/04/20 1:53 UTC
Read the original article Hit count: 308

Filed under:

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?

© Stack Overflow or respective owner

Related posts about jQuery