On 30 Okt., 18:32, SterlingK <[EMAIL PROTECTED]> wrote: > $(document).ready(function() { > $('.round_box').corner(); > $('#tab_menu > ul').tabs({ cache: false, remote: true, show: > function() { $('.round_box2').corner(); } }); > > });
There is no longer a remote option by the way. That is handled automatically in UI Tabs... and the cache setting is false by default. --Klaus