> <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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery (English)" group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to