JQuery Dynamic CSS Class Demo
JQuery can be used in many ways. Since I’m a web designer, I use it like a web designer would, to modify my CSS and enhance my UX. Some of the basic stuff I tend to use JQuery for is to auto-assign classes to specific elements without having to muck up the code and worry about forgetting stuff. Check out my latest demo/tutorial on JQuery Dynamic CSS Class Demo.
The demo goes over zebra striping, first-child/last-child, hovering, and just straight up ways of overcoming some still lingering cross-browser compatibility issues. Hopefully you can gain something from it that can benefit you in your projects and websites.