jQuery - Multiple selectors & multiple values in ONE call

Posted by ozke on Stack Overflow See other posts from Stack Overflow or by ozke
Published on 2010-06-17T10:05:06Z Indexed on 2010/06/17 10:13 UTC
Read the original article Hit count: 242

Hi,

I was wondering whether there's a way of using multiple selectors in jQuery and setting different values for them IN ONE CALL.

E.g.:

$(selector1, selector2, selector3, ...).css({left:[532, 112, 453, ...]});

Thanks in advance

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery