List of supported .live() events in jQuery 1.3
After reading jQuery .live() post and looking through the jQuery API I could not find a full list of events that jQuery 1.3 supports cros开发者_运维技巧s-browser.
They are click, dblclick, keydown, keypress, keyup, mousedown, mousemove, mouseout, mouseover, and mouseup.
You can find them in http://api.jquery.com/live/ (section caveats)
From the jQuery docs:
In jQuery 1.3.x only the following JavaScript events (in addition to custom events) could be bound with .live(): click, dblclick, keydown, keypress, keyup, mousedown, mousemove, mouseout, mouseover, and mouseup.
精彩评论