This repository was archived by the owner on Aug 14, 2021. It is now read-only.
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
Change namespace #17
Closed
Description
e.g.
ryrych/rcarousel#16
or
When you define a widget with the
$.widget("namespace.widgetname") syntax, the widget factory instantiates the widget "class" inside $ [ namespace ]. All jQuery UI widgets exist in the $.ui namespace, which is reserved for official widgets, so make sure you change this to something unique. Namespaces are used internally for organizational purposes; they do not allow you to create multiple widgets with the same name.
Metadata
Metadata
Assignees
Labels
No labels