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