> The only drawback when using the this method is that users will not be
> able to support multiple event names within the same bind call:
And as I pointed out, you can't expect this to work:
$(context).bind('a.menu:first:click.namespace', fn);
Whereas this would work, as well as allowing multiple events (and
multiple namespaces):
$(context).bind('event.namespace(selector)', fn);
--
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=.