is it possible to stick jquery ui tabs inside of a jquery ui dialog

leora picture leora · Mar 17, 2011 · Viewed 7.3k times · Source

i have a web page that i want to load dynamically (ajax) into a jquery ui dialog. the page has multiple jquery tabs and when i load this into the dialog each tab is showing up as a regular link and the tab widget is not shown. Is this a known issue? Is there any workaround to support having jquery ui tabs inside of a dialog.

Answer

stephen776 picture stephen776 · Mar 17, 2011

yes its possible. here is a simple example ...

JS Fiddle Example