alert(ajaxUrl);
$.get(ajaxUrl,function(xml){
alert(xml);
alert($(xml).html());
});
the first alert displays the source from the retrieved document while the second one displays the source from the current document.
Any suggestions would be immensely helpful. I am using the Stable May 12th build.
-Chris Frohoff
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
