visit here for all free stuff and check out our other free sites.
http://tinyurl.com/d2t3sh
http://tinyurl.com/aej94c
http://tinyurl.com/c7khum
http://tinyurl.com/aznmhq
http://tinyurl.com/bempdf
Pastikan Supervisor Anda hadir dalam workshop ini !!
Introduction
Dalam konteks struktur organisasi po
Cool. Thanks for looking into that.
On Feb 23, 12:10 am, Klaus Hartl wrote:
> Got it: Changes to the :visible selector caused this. Since you're
> selecting the tab while the content is still hidden, the following
> filter wasn't working correctly anymore:
>
> filter(':visible')
>
> Changed to
Got it: Changes to the :visible selector caused this. Since you're
selecting the tab while the content is still hidden, the following
filter wasn't working correctly anymore:
filter(':visible')
Changed to
filter(':not(.ui-tabs-hide)')
which is more reliable anyway.
--Klaus
On 22 Feb., 12:
Not sure yet what the bug is actually, but I found that the following
fixes it:
setTimeout(function() {
tabdiv.children('#tabs').tabs("select","#tabs-2");
}, 0);
Lead me to changing the order of opening the dialog and selecting the
other tab:
content.dialog('open');
tabdiv.children('#tabs')
4 matches
Mail list logo