Bug Tracker

Opened 15 years ago

Closed 15 years ago

#3300 closed enhancement (invalid)

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.

Change History (1)

comment:1 Changed 15 years ago by flesler

Resolution: invalid
Status: newclosed

This belongs to jQuery UI. Please repost this to the UI Bug Tracker.

Note: See TracTickets for help on using tickets.