I'm trying to integrate jquery-timepickr on my website, but no matter what version I download (trunk, latest final, latest alpha, the one from the demo site), I keep having the same problem:
I applied the time picker with the default options:
$("#MyTimeField").timepickr();
When I click on the field I bound the timepicker to, I get a vertical row of buttons saying "{label:s}". When clicking one of these buttons , the following text appears in the input field: "{h:02.d}:{m:02.d}".
My guess was that it might be some problem with the prerequisites, so I made sure that jquery.strings are jquery.utils are installed, tried various different versions of your plugin, also different jquery-ui versions, but still no luck.
Any hints would be greatly appreciated.