Request external website data using jQuery ajax
问题 I've tried reading up about this and not really sure where to start, so hoping somebody will be able to point me in the right direction. Basically I'm trying to use jQuery ajax to read an external website and retrieve a list of links from it. No particular reason as such at the moment, just wanted to see if I could challenge myself by doing it. In doing so I've read up a little about the Same Origin Policy and understand it (sort of) but could do with some pointers. Is this possible to do? I