ajax - 'JSON' is undefined error in IE only -


i'm making ajax call wcf service , when pass in data use json.stringify()

the call returns , works fine in ff, & chrome, not ie8. error: 'json' undefined

suggestions?

p.s. want work in ie7

use json2 consistent cross browser implementation.

https://github.com/douglascrockford/json-js


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -