Am i using too much jquery? When i'm crossing the line?

Posted by Andrea on Stack Overflow See other posts from Stack Overflow or by Andrea
Published on 2010-05-13T12:42:38Z Indexed on 2010/05/13 12:44 UTC
Read the original article Hit count: 144

Filed under:
|
|
|

Lately i find myself using jquery and javascript a lot, often to do the same things that i did before using css.

For example, i alternate table rows color or create buttons and links hover effects using javascript/jquery. Is this acceptable? Or should i keep using css for these kind of things?

So the real question is: When i'm using too much jquery? How can i understand when i'm crossing the line?

Thanks.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about best-practices