jquery-howto.blogspot.fr - jQuery Howto

Description: Short and "to the point" jQuery & JavaScript related posts for your daily pleasure.

html (17461) javascript (13847) html5 (12261) performance (6705) jquery (3425) tip (2699) tutorial (1637) reference (849) documentation (687) howto (182)

Example domain paragraphs

Short and "to the point" jQuery & JavaScript related posts for your daily pleasure.

The web has changed and with it the way we develop websites. Today, the web is becoming a place where we develop web apps, rather than websites. We use third party API's to create our next mashups. So knowing how to make a cross-site AJAX request or requests that do not comply with the same origin policy is a must. In this article, you will learn 4 cross-site AJAX request methods (plus 4 bonus legacy methods and links to jQuery plugins).

This methods will be handy to overcome Same origin policy as well. Browsers will throw an error if you are making AJAX request to the same domain but with different protocol (to https from http), use different port (http://same-domain.com:81) or subdomain.