Ajax Request Error using Jquery -


i have application in fb on website..

i sending ajax request in fb working fine in own web doesn't show nothing. on firefug console shows red color.

anybody have idea

here link of application

fb link

and

web link

here when add pincode or city click find.

it works fb

anybody tell me exact problem

you getting following error message:

xmlhttprequest cannot load https://7elevenstores.ca/store_locator/getlatlng. origin http://www.slurpee.ca not allowed access-control-allow-origin. 

what means is, trying make xmlhttprequest (ajax request) origin (another domain). , not allowed. ajax request may go same origin page loaded from.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -