[jQuery] Re: Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread Karl Swedberg
Here it is: http://book.learningjquery.com/scripts/jquery.1.1.3.js After going through the book and checking out the code examples, it would be a good idea to upgrade to the latest jQuery (1.2.3, soon to be 1.2.4). Quite a bit has changed -- for the better. See links to version release no

[jQuery] Re: Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread JQuery
Karl, I downloaded the code from http://book.learningjquery.com/2509_06_code/ but still nothing displayed when I clicked button D. I noticed that the code was referenced to . I googled "query. 1.1.3.js" but couldn't find any result. I downloaded query-1.1.3.js (noted the dash, query-1 not quer

[jQuery] Re: Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread JQuery
I tried to get around that by $(data).ready(function(){ }); but still could not access the xml data. On May 12, 10:58 am, JQuery <[EMAIL PROTECTED]> wrote: > I could see the content of the d.xml file (alert('data: ' + data), but > I could not see the alert('inside each function'). I

[jQuery] Re: Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread Karl Swedberg
Hi, There was a problem with the particular version of jQuery that was bundled with the downloadable code from the Packt website. Take a look at the companion site for a working version: http://book.learningjquery.com/2509_06_code/dictionary.html --Karl _ Karl Swedberg www