Thanks. That's indeed an error. When I added the document.ready
stuff, the tabs still didn't display, but this time, I got 6 JS
alerts, each containing the message "0". I assume there was one alert
for each tab. Where should I go from here?
- Dave
On May 7, 11:08 am, Massimiliano Marini <[EMAIL PROTECTED]> wrote:
> > <script type="text/javascript">
>
> $(document).ready(function(){
>
> > // create AJAX tabs
> > $('#container').tabs({
> > remote: true,
> > onShow: function(clicked, shown, hidden) {
> > alert( $('li', shown).size() );
> > }
> > });
> });
>
> Try now.
>
> --
> Massimiliano Marini -http://www.linuxtime.it/massimilianomarini/
> "It's easier to invent the future than to predict it." -- Alan Kay