Hi Radoslav,
Found your plugin JTimePicker works perfectly on my project.
Just come here to say \"Thank you\".
Meanwhile, in your next version, could it possible to have option to disable clock icon? (just because the way I used it doesn\’t pops up the slider)
Thanks
Lee
<b>Permalink</b>,
First of all, thanks a lot for this excellent plugin!!!
But I have some problems with installing it…
I included all the necessary files inside the <head> tag:
<code>
<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/redmond/jquery-ui-1.7.2.custom.css\"/>
<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/jquery.timepicker.css\"/>
<link href=\"css/queries.css\" rel=\"stylesheet\" type=\"text/css\">
<script src=\"js/jquery-1.3.2.min.js\" type=\"text/javascript\"></script>
<script src=\"js/jquery-ui-1.7.2.custom.min.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\" src=\"js/jquery.jtimepicker.js\"></script>
</code>
In \"jquery-ui-1.7.2.custom.css\" and \"jquery-ui-1.7.2.custom.min.js\" I have ALL methods, styles etc. that exists at current release of jQueryUI….
At the pages script I install \"jtimepicker\":
<code>
$(\"#timeTo\").jtimepicker({
hourLabel: \’часы\’,
minInterval: 1,
minLabel: \’минуты\’,
secInterval: 1,
secLabel: \’секунды\’
});
</code>
But drop down lists placed vertically (not like at <a href=\"http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-timepicker/#Examples\" title=\"example\">) and when I clicked at icon, sliders appear outside of the page in the upper left corner…
Please, help!!
How fix it?? What am I doing wrong at the installation??
Regards,
Den.
Very cool–just downloaded! I wanted to see if it works on an iPad, or iPhone. The answer is no, but it was worth exploring. I really need to learn more about multi-touch scripting. This would be pretty for an iPad.
Actually, about the iPad/iPhone…it does work, but the slider does not respond like you might think. You need to select a point along the line. You can’t simply drag the slider by touch.
29/01/2010 at 01:16 Permalink
How do you set AM/PM using this plugin?
17/02/2010 at 10:08 Permalink
Unfortunately, no such possibility. In the new version can be added, but now I’m very busy with other projects …
17/02/2010 at 21:10 Permalink
This little piece of jQuery is quite nice. Thanks for spending the time to create it.
20/04/2010 at 16:33 Permalink
Hi Radoslav,
Found your plugin JTimePicker works perfectly on my project.
Just come here to say \"Thank you\".
Meanwhile, in your next version, could it possible to have option to disable clock icon? (just because the way I used it doesn\’t pops up the slider)
Thanks
Lee
25/04/2010 at 11:24 Permalink
<b>Permalink</b>,
First of all, thanks a lot for this excellent plugin!!!
But I have some problems with installing it…
I included all the necessary files inside the <head> tag:
<code>
<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/redmond/jquery-ui-1.7.2.custom.css\"/>
<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/jquery.timepicker.css\"/>
<link href=\"css/queries.css\" rel=\"stylesheet\" type=\"text/css\">
<script src=\"js/jquery-1.3.2.min.js\" type=\"text/javascript\"></script>
<script src=\"js/jquery-ui-1.7.2.custom.min.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\" src=\"js/jquery.jtimepicker.js\"></script>
</code>
In \"jquery-ui-1.7.2.custom.css\" and \"jquery-ui-1.7.2.custom.min.js\" I have ALL methods, styles etc. that exists at current release of jQueryUI….
At the pages script I install \"jtimepicker\":
<code>
$(\"#timeTo\").jtimepicker({
hourLabel: \’часы\’,
minInterval: 1,
minLabel: \’минуты\’,
secInterval: 1,
secLabel: \’секунды\’
});
</code>
But drop down lists placed vertically (not like at <a href=\"http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-timepicker/#Examples\" title=\"example\">) and when I clicked at icon, sliders appear outside of the page in the upper left corner…
Please, help!!
How fix it?? What am I doing wrong at the installation??
Regards,
Den.
27/04/2010 at 22:40 Permalink
Very cool–just downloaded! I wanted to see if it works on an iPad, or iPhone. The answer is no, but it was worth exploring. I really need to learn more about multi-touch scripting. This would be pretty for an iPad.
27/04/2010 at 22:45 Permalink
Actually, about the iPad/iPhone…it does work, but the slider does not respond like you might think. You need to select a point along the line. You can’t simply drag the slider by touch.
Very cool script, I plan to explore further.
06/05/2010 at 03:53 Permalink
thank you, it is a perfect script !!
can you do the same but consern the Date ???
(Day/month/year)
13/05/2010 at 01:16 Permalink
Hello!!
Excelent post but I got a problem…
How can I use the hour and minute selected and put them in a data base?
13/05/2010 at 01:34 Permalink
Sorry but is for me the answer?
I don’t understand. Could you be more explicit or give an example?
20/05/2010 at 15:55 Permalink
I also vote for having am/pm added. Also, the hours needs to start at 12 and not 0.
This would make it perfect because it is much smaller and more simple than the other time pickers out there.
Please consider these changes and thanks for the great work!