dev >
javascript
Cross domain mod for jQuery
jQuery-Plugins/cross-domain-ajax at master · padolsey/jQuery-Plugins · GitHub https://github.com/padolsey/jQuery-Plugins/tree/master/cross-domain-ajax |
jQuery
jquery/jquery · GitHub https://github.com/jquery/jquery jQuery 日本語リファレンス http://semooh.jp/jquery/ |
ページ遷移確認
window.onbeforeunload = function(event){ event = event || window.event; event.returnValue = '移動する?'; } |
別ウィンドウに文字書き込み
function sample() { var w = window.open("","sample","width=100,height=100"); w.document.open(); w.document.write("sample"); w.document.close(); } |
1-7 of 7