Greetings from Brigantine, NJ ... ;-)
I just finished Chapter one. Pretty cool and clear cut. The method of teaching is quite intriguing with all the pictures, etc. I like it, so far !
QUESTION: page 9, in the 2nd jQuery example, it uses the same exact code as the first ... but what if you only wanted to "Change the page" in the first 5 "p" elements as it does in the FOR Loop in the javascript example?
Doesn't *** $("p").html("Change the page."); *** change all the "p" elements?
QUESTION: page 16, a minor typo? is the first jQuery statement in the first cloud missing a semi-colon?
QUESTION: page 17, bottom, are elements allowed to have the same id in the same page? <p id="mytext"> is shown twice ... just curious ... a simple "yes" or "no" will suffice ... i'm no expert on HTML but from a conceptual point, I just assumed that an ID is usually to keep something unique ...












