Modify ↓
Ticket #10963 (closed bug: invalid)
cannot call ajax in jquery 1.5
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | ajax | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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"
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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