日々の出来事、メンバーの働く様子や声、未来への想いなど、Supershipの“BE SUPER”なストーリーをシェアしています。

PHP & jQuery image upload and cropMonday, February 11th, 2013 Ajax, Articles, Jquery, PHP We needed a PHP and jQuery image upload and crop tool and came up with the following. Hope it helps! Before you start, ensure you have the following: PHP 4 or Higher (It has been tested on Version 5)Safe mode must be off! – A number of users have reported issues when safe mode is on.PHP GD LibraryjQuery ver 1
var XHR = new XMLHttpRequest(); query = "http://www.muratayusuke.com/"; XHR.open("GET",query,true); XHR.onreadystatechange = function(){ if (XHR.readyState == 4 && XHR.status == 200){ alert("hoge"); } }; XHR.send(null); 上記のコードなんかよく見るXMLHttpRequestのコードだと思いますが、最近のChromeでこいつがエラーを吐くようになりました。そう、 "XMLHttpRequest cannot load http://www.muratayusuke.com/. Origin http://muratest is not allowed by A
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く