Hi, I'm a newbie trying to understand getJSON callbacks. I have 2 getJSON calls below. One for flicker which works fine - the alert goes off - but when I tried my js file, nothing happens. Both files are returning the exact same JSON data.
I know I'm doing something wrong. Can someone help me out? <html> <head> <script src="http://include.classistatic.com/include/c3js/classifieds/rel1/jquery-1.2.6.js"></script> <script> $(document).ready(function(){//alert("1"); $.getJSON("http://include.classistatic.com/include/c3js/classifieds/rel1/auto2/a/p10.js?jsoncallback=?", //$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?", function(data){alert(data);}); </script> </head> <body> </body> </html> -- View this message in context: http://www.nabble.com/getJSON-flicker-works-but-not-mine----URGENT-HELP-tp24212290s27240p24212290.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.