Posts Tagged “jQuery”
Rotate Header Based on Time of Day
by Thai on March 16, 2010
I made this because I’ve seen a php tutorial on NETTUTS that’s pretty cool and thought of a client side version just for the hell of it. It basically changes the header based on the time of day it is. (…)
Parse XML with jQuery
by Thai on March 14, 2010
This little snippet will parse XML and format any way you like. It’s as simple as using jQuery’s .each() method and then appending it to a div. If you’re trying to parse a RSS feed then I suggest using jFeed. (…)