I am from the E4X world and it's a little difficult for me to transition to JQuery syntax. I've been trying to transverse the DOM here without success. Using these has produced no success to navigate the elements:
codealert($(data).text()); == to get the whole DOM
alert($( this ).text() ); == to get the whole DOM
window.myintro=data.this.intro; -- to get the intro node of DOM
alert(myintro); -- to get the intro node of DOM /code
I appreciate help to get me to understand the right syntax & logic