Bug Tracker

Modify

Ticket #10361 (closed bug: invalid)

Opened 20 months ago

Last modified 20 months ago

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:
Blocking: Blocked by:

Description

result.parseJSON is not a function if (result.parseJSON().d.length == 0) { fire erroe

Change History

comment:1 Changed 20 months ago by rwaldron

  • Owner set to anonymou
  • Status changed from new to pending
  • Component changed from unfiled to core

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.

comment:2 Changed 20 months ago by rwaldron

#10362 is a duplicate of this ticket.

comment:3 Changed 20 months ago by ajpiano

  • Status changed from pending to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.