MacPortsでSpiderMonkeyがインストールできる。
$ sudo port install spidermonkey
インストールするとjsコマンドが使用できるようになる。
終了する時は、quit()。
MacPortsでSpiderMonkeyがインストールできる。
$ sudo port install spidermonkey
インストールするとjsコマンドが使用できるようになる。
終了する時は、quit()。
JavaScript tutorial - Window size and scrolling
window.innerHeight/Width
Provided by most browsers, but importantly, not Internet Explorer.
document.body.clientHeight/Width
Provided by many browsers, including Internet Explorer.
document.documentElement.clientHeight/Width
Provided by most DOM browsers, including Internet Explorer.
zeroclipboard - Project Hosting on Google Code
Provides "Copy to Clipboard" functionality for your web site using JavaScript and Flash
Jash: JavaScript Shell
便利なJavascriptシェル。ブックマークレットがある。
ページ遷移前に確認をする、onbeforeunload - 実用
ページ遷移直前にユーザーに確認ダイアログを表示する方法。
insertAdjacentHTML、insertAdjacentTextがFirefoxで使えない→使えた | Crara Blog
FirefoxでinsertAdjacentHTMLが使用できないので困っていたら、ie_methods.jsという便利なスクリプトがありました。