views:

109

answers:

1
+1  A: 

You have to see if the site in question supports JSONP.

You have to also use the dataType option in your ajax call set to 'jsonp', as well as specify the correct callback argument.

MiffTheFox
the site doesnt support jsonp....
anand