I have parent window with some jquery ui tabs. I would like to know how I can reload the tabs from a popup window.
Any help would be appreciated!
This is what I've tried:
var selected = $('#my_tabs', window.parent.document).tabs('option', 'selected');
$('#my_tabs', window.parent.document).tabs( 'load' , selected );