Quantcast
Channel: Sean Walther's Blog» IE8
Viewing all articles
Browse latest Browse all 10

Help: IE7 won’t load my JSON but IE8 will – Using a JSON Validator

$
0
0
I just ran into this issue, and found surprisingly little documentation.  My JSON request wasn’t returning.  I was using the jQuery “getJSON” method to send the request out.  Nothing was coming back. Here’s the code, pretty basic stuff: [javascript] $.getJSON(strSource, function(json){ // handle JSON here alert(json.data) } [/javascript] The code worked perfectly in Chrome, Safari, [...]

Help: IE7 won’t load my JSON but IE8 will – Using a JSON Validator is a post from: Sean Walther's Blog


Viewing all articles
Browse latest Browse all 10

Trending Articles