You can actually pick the intervals yourself (for both hours and
minutes) by passing 2 arrays in the options, for example, right now Im
using:
options: {
hours: [1,2,3,4,5,6,7,8,9,10,11,12],
minutes: [00, 15, 30, 45],
amPm: ['am', 'pm']
},
As for "remembering" the selected time, it was like that at first, but
I decided to reset it ... it can totally become an option though...
Still far from complete though (missing animation/effects...
compatibility with IE... testing... etc etc)...but it's getting there!
On Oct 9, 11:40 pm, ibolmo <[EMAIL PROTECTED]> wrote:
> Pretty cool. What about sub 15 minute increments? Also, what about: if
> you select a time, and you activate the widget the selected time is
> shown?
>
> Olmo
>
> On Oct 9, 6:48 pm, SilverTab <[EMAIL PROTECTED]> wrote:
>
> > Well the basic interface is there, I'm working on it right now (right
> > on the server), so it's quite possible that you'll get an error every
> > once in a while, it means I screwed something up, but it should
> > probably be fixed if you reload the page a minute later....
>
> >http://www.silverscripting.com/MooTimePick/test.html
>
> > Just gotta add a couple of click events, and clean up the code (a
> > lot)....
>
> > I might be able to get it done tonight... will depends on how much
> > coffee I drink! :P
>
> > -SilverTab
>
> > On Oct 9, 6:18 pm, SilverTab <[EMAIL PROTECTED]> wrote:
>
> > > I'm giving it a shot... we'll see how it goes! :)
>
> > > On Oct 8, 8:03 am, electronbender <[EMAIL PROTECTED]> wrote:
>
> > > > I found this cute looking time picker
> > > > plugin:http://haineault.com/media/examples/jquery-utils/demo/ui-timepickr.html
> > > > Amazing UI, very cute and usable.
> > > > Any chance for a moo port?