unbind « jQuery « JavaScript DHTML






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 all click events from all paragraphs
6.To unbind just one previously bound handler, pass the function in as the second argument: