Side navigation
#3300 closed enhancement (invalid)
Opened August 29, 2008 03:05PM UTC
Closed August 29, 2008 11:01PM UTC
UI Tabs : appendTo
| Reported by: | rdewitte | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | tabs | Cc: | |
| Blocked by: | Blocking: |
Description
Would be nice to include appendTo option to ui.tabs.
Useful.
Replace :
$panel.appendTo(this.element[0].parentNode);
by
$panel.appendTo(o.appendTo != null ? $(o.appendTo) : this.element[0].parentNode);
And add an option default
appendTo : null
And it allows to append tabs to another container.
Attachments (0)
Change History (1)
Changed August 29, 2008 11:01PM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
This belongs to jQuery UI.
Please repost this to the UI Bug Tracker.