diff --git a/entries/unbind.xml b/entries/unbind.xml index c53dd6af..8b91e66a 100644 --- a/entries/unbind.xml +++ b/entries/unbind.xml @@ -5,7 +5,7 @@ 1.0 - A string containing a JavaScript event type, such as click or submit. + A string containing one or more DOM event types, such as "click" or "submit," or custom event names. The function that is to be no longer executed. @@ -15,7 +15,7 @@ 1.4.3 - A string containing a JavaScript event type, such as click or submit. + A string containing one or more DOM event types, such as "click" or "submit," or custom event names. Unbinds the corresponding 'return false' function that was bound using .bind( eventType, false ).