Skip to main content

Bug Tracker

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 rwaldron comment:1

component: unfiledcore
owner: → anonymou
status: newpending

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.

Changed September 28, 2011 04:09PM UTC by rwaldron comment:2

#10362 is a duplicate of this ticket.

Changed September 28, 2011 05:37PM UTC by ajpiano comment:3

resolution: → invalid
status: pendingclosed

parseJSON is not a method we add to strings. It's jQuery.parseJSON( result );