Opened 10 years ago
Closed 10 years ago
#13915 closed feature (notabug)
Is there any difference in handling Json between Jquery version 1.3 and 1.8 ?
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Is there any difference in handling Json values between Jquery version 1.3 and 1.8 ?.
I'm using a flexy grid which is working fine on jquery v1.3 and when i use jquery V1.8, it shows json syntax error in the flexy grid plugin.
Note: See
TracTickets for help on using
tickets.
Basically the difference between
eval()
andJSON.parse()
. You can ask for more specific help on the forums or Stack Overflow, as this is a bug tracker not a support forum.