[Plugin: JSON API] I'm getting a bug accessing it in ie6/ie7 with jQuery
-
$.getJSON(‘https://www.brettbarros.com/wordpress/?post_type=projects&json=get_post&include=title,content,attachments&post_id=8’, function(data) {
alert(data);
});The alert says data returns null in ie6 and ie7. It works fine in ie8, ffx, chrome. Got any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: JSON API] I'm getting a bug accessing it in ie6/ie7 with jQuery’ is closed to new replies.