I want to use the time spinner widget from: http://jqueryui.com/spinner/#time
I copied the code from the site and pasted into Notepad and convert Extension file to “.html”. But, when I tried to use it, it didn’t work. Why?
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.
The markup you pasted into an HTML file contains several URLs that do not explicitly specify a server name:
These will not be properly resolved since the markup comes from your local machine instead of being served by jQuery UI’s server. Try prepending the scheme and the host: