Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
JavaScript DHTML
Ajax Layer
Data Type
Date Time
Development
Document
Dojo toolkit
Event
Event onMethod
Ext JS
Form Control
GUI Components
HTML
Javascript Collections
Javascript Objects
Javascript Properties
jQuery
Language Basics
Mochkit
Mootools
Node Operation
Object Oriented
Page Components
Rico
Scriptaculous
Security
SmartClient
Style Layout
Table
Utilities
Window Browser
YUI Library
To unbind all click events from all paragraphs : unbind « jQuery « JavaScript DHTML
JavaScript DHTML
jQuery
unbind
To unbind all click events from all paragraphs
$(
"p"
).unbind(
"click"
)
Related examples in the same category
1.
Unbind all events from
2.
Unbind all live events from all paragraphs
3.
Unbind event
4.
unbind(type , data ): Without any arguments, all bound events are removed.
5.
To unbind just one previously bound handler, pass the function in as the second argument: