Yes, you put the closing parentheses and curly braces in the wrong
place.
$(function() {
$('#example').tabs();
$('a[href$=#fragment-2], a[href$=#fragment-3]', 'div.ui-tabs-
panel').click(function() {
$('#example').tabs('select', this.hash);
return false;
});
});
--Klaus
On 3 Feb., 23:24, foyle <[email protected]> wrote:
> http://www.veronesimarco.com/ui/index.html
>
> Did I do anything wrong now?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---