Uncategorized 19 Feb 2010 Alternate Row Styles in Tables Even though we use table-less CSS layouts, there are still a lot of times where we still need to use tables for tabular data. Using classes to affect the row… Tobby No Comments
Uncategorized 11 Feb 2010 JSON in jQuery 1.4 Just a note on JSON using jQuery 1.4: It's a lot stricter about what you pass it. {Animal:"DOG", Name:"Fido"} must now be {"Animal":"DOG","Name":"Fido"}. Notice the extra quotes around the field… Tobby No Comments
Uncategorized 11 Jan 2010 jQuery 1.4 is finally coming! jQuery 1.4 will be released January 14th (pun intended) , and will include a lot of new functionality. My favorites are synchronous animations, and lazy loader. Lazy loader allows you… Tobby No Comments