タグ

ブックマーク / www.ajaxcookbook.org (1)

  • Ajax Cookbook

    Post sponsored by smtp ghost In the "old-style" event registration model, you would typically register events by assigning functions to the onevent property of DOM elements: elem.onclick = function() { alert("You clicked me"); } The problem with that approach is that you can only assign a single event handler function to any given event. All modern browsers support more advanced event registration

    wacky
    wacky 2006/12/19
    Ajaxサイトを構築する上で役立つJavaScript / HTML / CSSのコードスニペット集。ライブラリ非依存。Creative Commons Attribution 2.5ライセンス。
  • 1