Skip to main content

Bug Tracker

Side navigation

#10963 closed bug (invalid)

Opened December 06, 2011 03:41PM UTC

Closed December 06, 2011 06:38PM UTC

cannot call ajax in jquery 1.5

Reported by: anonymous Owned by:
Priority: low Milestone: None
Component: ajax Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

I cannot call a ajax function in 1.5 as it always returns parsearror when used with json as datatype.Below are the parameters I am using:

contentType: "application json; charset=utf-8",

dataType: "json",

jsonp:"jsonp",

call goes to webserver but it always goes in error, an alert to "thrownError" gives "jquery2313121(some more digits) was not called"

Attachments (0)
Change History (1)

Changed December 06, 2011 06:38PM UTC by sindresorhus comment:1

component: unfiledajax
priority: undecidedlow
resolution: → invalid
status: newclosed

Wrong place. Try the forums or StackOverflow. The bug tracker is for bugs that exist in the newest version of jQuery.