[jQuery] unbinding certain events

[jQuery] unbinding certain events


I remember reading somewhere and hear at the conference about how you can add
some to the event string in the bind method like:
$(this).bind('click:my_plugin', function(){});
And then if you wanted to just remove that binding event, while leaving all
the other events still there, you could do:
$(this).unbind('click:my_plugin');
I just can't remember the exact syntax. Does anything know if this is true?
If so does anyone know the correct syntax for doing this?
--
View this message in context: http://www.nabble.com/unbinding-certain-events-tp21133100s27240p21133100.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.