Opened 11 years ago
Closed 11 years ago
#10361 closed bug (invalid)
ParseJSON is Not A Function in Jquery 1.6.4.min.js
Reported by: | anonymou | Owned by: | anonymou |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | core | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
result.parseJSON is not a function if (result.parseJSON().d.length == 0) { fire erroe
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → core |
---|---|
Owner: | set to anonymou |
Status: | new → pending |
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
parseJSON is not a method we add to strings. It's jQuery.parseJSON( result );
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.