Response title
This is preview!
I assume this sort of scenario is why namespaces were added in the first place.jQuery doesn't support namespaces. The widget factory handles namespaces, but only for organizational purposes, e.g., storing utility methods for plugins within the plugin's namespace instead of directly under jQuery. It's not likely that the widget factory will be modified to "support" multiple plugins of the same name, since that breaks standard jQuery conventions.
© 2013 jQuery Foundation
Sponsored by and others.