タグ

ブックマーク / livecoding.org (1)

  • KamiWiki

    " + window.document.getElementById("saveMessage").innerHTML + ""); srcDocument.close(); // Get a reference to the text area var theTextBox = srcDocument.getElementById("source"); // Jam in the current source theTextBox.value = window.document.getElementById("storeArea").innerHTML; // Select the text in the textbox theTextBox.focus(); theTextBox.select(); ; } // ------------------------------------

    dotimpact
    dotimpact 2006/08/08
    ライブでコーディングしてそれをみんなで観戦するイベントらしい。それttyplay -pでや(ry
  • 1