[jQuery] Learning JQuery Chapter 6 XML parsing

2008-05-12 Thread JQuery
I could see the content of the d.xml file (alert('data: ' + data), but I could not see the alert('inside each function'). I think jquery did not recognize d.xml is an xml file. Any idea? Thanks $(document).ready(function() { $('#letter-d .button').click(function() { $.get('d.xml', functio

[jQuery] learning jquery

2008-04-11 Thread sebey
what is the best way to learn jquery? quickly and easliy

[jQuery] learning jquery book source code

2008-03-24 Thread tetrix
i have downloaded the code source for learning jquery book but this code doesnt include all chapters in the book???

[jQuery] learning jQuery

2008-01-25 Thread tlob
I successfully implemented a simple drop down selection. Question: 1) If I change $("#tl,#ch,#sg,#mt").hide(); to $("#tl,#ch,#sg,#mt").fadeOut(); I end up with a nasty blinker effect, because the new image fades out while the new one fades in. How can I can this? 2) Is it clean to let the choose

[jQuery] learning jQuery book and ajax autocompletion

2008-01-22 Thread matt
I purchased Learning jQuery and I'm going through some of the ajax examples. On page 219 they have an auto completion example. I can get it to work just fine, but what about if you're pulling records from a database? For instance, the example shows: $terms = array('football','baseball'); $poss

[jQuery] Learning JQuery book typo: plugins repo URL is 404

2007-09-11 Thread Stephan Beal
Hiya! i'm not sure where to post bugs related to the Learning jQuery book, so i'll drop it here: Page 309 says: "The jquery.com Plugin Repository at http://jquery.com/Plugins/ is a great place to start when looking for documentation." That URL is a 404, though - "plugins" should be lower-case.