#5287 closed bug (invalid)
Invalid label using getJson
Reported by: | vickygoelk | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi
I face invalid label problem when i am using the getJson method for reteriving the json that from url..
My code as follow:
jQuery(function(){
var url = "http://dictionarywideget.appspot.com/?callback=?&format=json&word=face"; jQuery.getJSON(url,function(data){
alert(data) });
});
In firebug "invalid label" error is appear. There is no doubt in url. it return json data. So please help me to find out the solution of this issue
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | unfiled → ajax |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Not enough information to determine a bug.
Note: See
TracTickets for help on using
tickets.
I tried entering the url you gave manually and it does not return json. Please correct the url.