I would like to use the new Jquery UI Spinner widget on a website. My problem is that the website already uses jquery UI 1.8.10 and when I tried updating to 1.9 I got a lot of errors due to other plugins relying on V 1.8.
Is it possible to load the spinner widget on a page that has already loaded jquery ui 1.8? Is it possible to load jquery ui 1.9 in tandem so I can then load the spinner widget? Is it possible to modify the spinner widget to work with 1.8? Any help would be greatly appreciated.
Here is a quick fiddle of the spinner I want to use (selects hours and minutes and steps by half hours) – http://jsfiddle.net/fDpE9/5/
I decided to make a JavaScript function to create my own widget without jQuery UI. I added a create function to replace the input with the same HTML as a Jquery UI spinner, and attach my own spin function to the button clicks. Still need to add holding mouse down event on the buttons but you get the idea.