Side navigation
#8452 closed bug (duplicate)
Opened March 06, 2011 02:05PM UTC
Closed March 06, 2011 11:20PM UTC
Last modified March 06, 2011 11:20PM UTC
$.post() thows an invalid label error when return by json
Reported by: | luckylzs@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | ajax | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using $.ajax or $.post to process a request and returning with json, the "success" handler did not called rightly, and an unexcepted error thrown with "invalid label".
But when i use the 1.4.2 version, the error avoided and works well.
See this: http://bugs.jquery.com/ticket/8084#comment:16