0

Fast jQuery JSON Show More Widget

Posted March 11th, 2010 in demo, jQuery and tagged , , , , by Kalim Fleet

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.

Here is the original post.

article thumbnail

*View live demo here

*Download source here zip-icon

Leave a Reply