var $tabs = $('#example').tabs({
    select: function(e, ui) {
        if (ui.index === $tabs.data('selected.tabs')) {
            $tabs.tabs('load', ui.index);
        }
    }
});

--Klaus


On 23 Okt., 16:58, fleabo <[EMAIL PROTECTED]> wrote:
> Is it possible to click on the selected tab so as to reload this tab?
>
> thanks

Reply via email to