$.get not working as it should
Hi.
I'm trying to use $.get to grab a Google CSV file but for some reason I'm not getting any data back, I wondered if anyone could help. Inputting the URL produces the CSV, but jquery is refusing to return the data. Here's the script:
jQuery.get("http://spreadsheets.google.com/pub?key=tiEtvAqWPaJ6C_YyWwELEGw&single=true&gid=1&output=csv", function(data) { alert(data)});
There isn't any alert.
It's probably not a jquery error, just something I've forgotten to do, but if there's anyone there who can help I would be grateful.
regards
Andy