エンジニア的な技術的なブログ

webエンジニアの開発の知見を書きます。PHP、javascript、postgres、mysql、あと多少のインフラ周りとか。

jqueryでajax使うならこれ クロスドメインを回避できる xdomainajax.js

 

下記からダウンロードしてhtmlに普通に指定して終わり。

 

https://github.com/padolsey/jQuery-Plugins/blob/master/cross-domain-ajax/jquery.xdomainajax.js

 

cross-domain-ajax/jquery.xdomainajax.js

<script type="text/javascript" src="js/jquery.xdomainajax.js"></script>