> .unbind() .unbind(type); .unbind(type, func); > Using .unbind(func); seams the most logical since the pattern looks like > you're just ommitting whatever you aren't specifying specifically. > > What would "*.foo" do?
Unbind everything that has that namespace. http://docs.jquery.com/Namespaced_Events Though as for .bind("*", fn); I don't see how that could really be done. > There are dozens of event types, more being added, then there are custom > and namespaced events. It would only fire for when other events are bound. --John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
