#4515 closed enhancement (notabug)
how can I get an instance of an UI plugin?
Reported by: | easonkie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.core | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I checked the code in ui.core.js in which it gets the instance of an ui-plugin in this way 'instance= $.data(this[0], name);'. However, how can I retrieve it in this condition?
var inst1 = $('#id123').plugin1();
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
$("#id123").data("plugin1");
Please post question like this to the discussion lists: http://docs.jquery.com/Discussion