I have a fiddle here
I load jQuery first and the code is pretty much straight from the sample so I’m puzzled as to why I’m getting an error
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Demo: http://jsfiddle.net/WULsZ/3/
You have to include jQuery Core, then jQuery UI.
If you include jQuery UI it will try to extend the jQuery Core, and if you include jQuery Core it will overwrite any previous instance of jQuery Core (including the extended jQuery UI code).
Documentation: http://learn.jquery.com/jquery-ui/getting-started/