Am i using too much jquery? When i'm crossing the line?
- by Andrea
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.