Skip to main content

Bug Tracker

Side navigation

#5287 closed bug (invalid)

Opened September 24, 2009 04:51AM UTC

Closed June 13, 2010 05:45PM UTC

Last modified March 10, 2012 05:20AM UTC

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

Attachments (0)
Change History (2)

Changed September 24, 2009 11:43PM UTC by dmethvin comment:1

I tried entering the url you gave manually and it does not return json. Please correct the url.

Changed June 13, 2010 05:45PM UTC by dmethvin comment:2

component: unfiledajax
resolution: → invalid
status: newclosed

Not enough information to determine a bug.