I was reviewing this post.. http://blog.reindel.com/2007/02/02/use-jquery-expressions-and-ajax-to-browse-an-xml-file/ ..on browsing an XML file with jQuery (a great learn, btw). I'm trying to use the same script, except updated to jQuery 1.3.2 - but it's not initially showing the first few books.
I'm not sure what version of jQuery the example was written with, but its older, and works. Example: http://blog.reindel.com/src/jquery_browse/ I think I have it narrowed down to an issue with this filter: .filter(":gt(" + parseInt(curPos - 1) + ")") Give a shout if you have any insite as to the issue. I'm trying to fig it out but am stuck..