Skip to main content

Bug Tracker

Side navigation

#4184 closed bug (duplicate)

Opened February 18, 2009 08:01PM UTC

Closed February 28, 2009 07:41PM UTC

$.get without data parameter

Reported by: kof13 Owned by:
Priority: undecided Milestone: 1.3.2
Component: ajax Version: 1.3.1
Keywords: Cc:
Blocked by: Blocking:
Description

$.get without data parameter doesn't work properly.

If I write

$.get(url,function(data){

console.log(data);

}, 'json');

I will get the data callback not es a json object, but if I add some parameter like this it works....

$.get(url,{},function(data){

console.log(data);

}, 'json');

Attachments (0)
Change History (1)

Changed February 28, 2009 07:41PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #3775.