This is an update to a post I wrote on this blog that showcases a simple AJAX widget written in jQuery that will parse an XML file and display only a portion of it at a time when a button is clicked. In this example I am using JSON for the data layer instead of XML get the same result.
Why a second post?
This post is a response to a bug that I found in IE 7 where the XML file is not parsed. I have confirmed that IE 7 will parse the data provided the data is formatted as JSON.

