Article: http://blog.reindel.com/2007/02/02/use-jquery-expressions-and-ajax-to-browse-an-xml-file/ Example: http://blog.reindel.com/src/jquery_browse Script: http://blog.reindel.com/src/jquery_browse/browse.js
I've also emailed the author with no response. A quick peek, anyone? Bueller? Bueller?? On Oct 1, 7:53 pm, stilfx <sti...@gmail.com> wrote: > I was reviewing this > post..http://blog.reindel.com/2007/02/02/use-jquery-expressions-and-ajax-to... > ..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..