I have a text box for the user to insert the time into.
It’s ID is tarTime, so I am guessing that I have to start it $("input#tarTime").
I need it to be able to have just the minute and second slider.
I am using this website: http://trentrichardson.com/examples/timepicker/
I know a bit of jQuery, but I don’t seem to be able to get this to work, and I think I have included all the right files.
I would be very grateful of any suggestions, or a bit of code of how I can implement this, thank you in advance 🙂
I’m sure you’re aware, but it might be worth noting that Trent Richardson’s Timepicker is an addon to jQuery UI’s datepicker.
http://jqueryui.com/demos/datepicker/
You’ll need to make sure that you have it included as well.
Then, your syntax is simply:
$('#tarTime').timepicker({});