Prototype.js Documentation List リンク: Prototype.js Documentation List. Developer Notes for prototype.js [sergiopereira.com] Quick Guide to Prototype [particletree.com] Prototype And The This Keyword [particletree.com] Overview of the Prototype Javascript Library [ebusiness-apps.com] Prototype in script.aculo.us Wiki [wiki.script.aculo.us] Easy Ajax with Prototype [24ways.org] A Look at Enumerable, Array and Hash [encytemedia.com] Working With Events In Prototype [encytemedia.com] Prototype Dissected [snook.ca] Painless… Read More
Macromedia Flash: javascript clientside cookie to skip flash intro after first viewing リンク: Macromedia Flash: javascript clientside cookie to skip flash intro after first viewing. <html> <head> <script language=”JavaScript” type=”text/javascript”> <!– function getCookie(NameOfCookie) { if (document.cookie.length > 0) { begin… Read More
encodeURI 関数 JavaScript中で、エンコーディング方法。Dictionary中で活用しました。 リンク: 15.1 Global オブジェクト (The Global Object). decodeURI 関数は新しいバージョンの URI を算出する。その中で、各エスケープシーケンスと encodeURI 関数により取り入れられる種類の UTF-8 符号は、そのあらわす文字に置換される。 encodeURI により取り入れられることのないエスケープシーケンスは置換されない。 decodeURI 関数が 1 個の引数 encodedURI で呼出されるとき、次のステップが取られる: ToString(encodedURI) を呼出す。 reservedURISet を、 uriReserved と “#” の内で有効な各文字の一例を構成する文字列とする。 Decode(Result(1), reservedURISet) を呼出す。 Result(3) を返す。 NOTE 文字 “#” は、 URI 予約文字でなくてもエスケープシーケンスから復号されない。… Read More