namespace document
Description
Prototype extends the built-in document object with several convenience
methods related to events.
Methods
Class methods
-
fire #
document.fire(eventName[, memo[, bubble = true]]) ⇒ EventSee
Event.fire. -
observe #
document.observe(eventName, handler) ⇒ ElementSee
Event.observe. -
stopObserving #
document.stopObserving([eventName[, handler]]) ⇒ ElementSee
Event.stopObserving.
Class properties
-
loaded #
document.loaded -> BooleanWhether the full DOM tree is ready for manipulation.