Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does jQuery affect CSS structure

Tags:

jquery

css

Just re-entering heavy duty js and CSS world after a couple years working only in Flash and coming up to speed on jQuery. I'm designing some CSS/DIV-based layouts and will be depending on jQuery and AJAX for interactions.

As regards the CSS coding conventions and structure, how can I design SS to best take advantage of jQuery?

What CSS concepts should I be mastering if I want my jQuery design work to dovetail with the CSS work?

thx --steve...

like image 290
justSteve Avatar asked Mar 01 '23 15:03

justSteve


2 Answers

Here's some jQuery performance rules that gives some tips on how to set up ids and classes.

like image 73
Emily Avatar answered Mar 12 '23 06:03

Emily


You may want to take a look at the jQuery UI CSS Framework. It's a clever and jQuery-friendly way of styling your UI. Pretty neat stuff...

like image 25
Philippe Leybaert Avatar answered Mar 12 '23 05:03

Philippe Leybaert