Modify ↓
Ticket #2519 (closed bug: fixed)
[UI] namespacing (events and data)
| Reported by: | scott.gonzalez | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
All UI plugins should store their instances as:
$(el).data('<plugin>');
not:
$(el).data('ui-<plugin>');
All bound events, including setData and getData should be in the "<plugin>" namespace, not "ui-<plugin>".
The only place "ui-<plugin>" will be used is in CSS to prevent collisions with common class names.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in [4966].