jQuery

I've been using jQuery for a couple of years and pretty much anytime I use javascript. With all the available plugins now available for jQuery it is priceless. Hope to keep track of the various issues I hit while using it here.

Stripe a table using jquery

1 $("tr:odd").addClass("odd");
1 .odd {
2    background-color: #fefefe;
3 }
blog comments powered by Disqus