Firebug reports: "missing } after function body"
You need to properly close parentheses:
$(document).ready(function() {
...
}); // <= here is missing
You should start to use Firebug to be able to spot this on your own.
--Klaus
On 3 Feb., 22:28, foyle <[email protected]> wrote:
> I guess I failed again trying to making it work.
> I uploaded a file containing my attempt to follow your instructions
> here: onhttp://www.veronesimarco.com/ui/index.html
> What did I do wrong? :(
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---