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
Stick alert (or breakpoint in Firebug) and see if the data returned is not an object (or if there is any data). If the former - you may need to drill into the object to get your markup