So I am pretty new to jQuery and Javascript in Gen. I like the simple load() functionality that JQuery uses. My question: Is it possible to load content from an external website using the load() function?
$(#placeholder).load("http://wwww.facebook.com/someuser");
tring to sync content on a specific facebook page that will be loaded into #placeholder div.