Side navigation
#13915 closed feature (notabug)
Opened May 21, 2013 10:02AM UTC
Closed May 21, 2013 10:21AM UTC
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.
Attachments (0)
Change History (1)
Changed May 21, 2013 10:21AM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
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.