I\'m writing my first bit of jQuery, and I\'m having a problem with jQuery.get(). I\'m calling this;
jQuery.get()
$.get(url, updateList);
where
You'll most likely need to fix your page that you're quering with XHR because it should be returning content. Copy paste the link in the Firebug net tab and make a new tab, and edit that page with your text editor so it spits content back.