Suggestion:  .unbind('.event-title")

$('div').bind('click.mybind',func1).bind('focus.mybind',func2).bind
('click",func3)

Now I am trying to unbind func1& func2 like:

$('div').unbind('click.mybind').unbind('focus.mybind');

My suggestion is that jQuery will support this:
$('div').unbind('.mybind')


What do you think?

Reply via email to