I've added the code for an AJAX call in my mobile widget but I don't get a response. Any ideas?
$.ajax({
type: "GET",
url: "http://www.tfl.gov.uk/tfl/syndication/feeds/disruptions-tube-offset-now.xml",
dataType: "xml",
success: function(xml) {}
});