Side navigation
#10361 closed bug (invalid)
Opened September 28, 2011 09:39AM UTC
Closed September 28, 2011 05:37PM UTC
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
Attachments (0)
Change History (3)
Changed September 28, 2011 04:09PM UTC by comment:1
component: | unfiled → core |
---|---|
owner: | → anonymou |
status: | new → pending |
Changed September 28, 2011 05:37PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
parseJSON is not a method we add to strings. It's jQuery.parseJSON( result );
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.