Obviously the iPhone doesn't have mouse over events, so for this to
work it would need to be able to be clicked in environments where
there is no mouse.

I think its a really nice plugin though, intuitive and good looking.
Well done!

On Nov 13, 5:52 am, h3 <[EMAIL PROTECTED]> wrote:
> Thanks a lot, I've commited the fix. Unfortunately there is still some
> errors, at least we're closer .. I hope.
>
> On Nov 11, 10:17 am, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
>
> > Look terrific in FF, but it's seriously broken in IE7.
>
> > I get a script error on line 8007 whenever I click on the page, which seems
> > to prevent anything from working.
>
> > // hide all levels
> > hide: function() {
> >         self = this;            <---- Right here.
> >         setTimeout(function() {
> >                 self.wrapper.find('ol').hide();
> >         }, self.options.hideDelay);
>
> > },
>
> > It needs to say "var self = this;"
>
> > It's trying to assign the global scope (window) object itself, and in IE,
> > "window.self" is a read-only value, so it breaks.
>
> > JK
>
> > -----Original Message-----
> > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> > Behalf Of h3
> > Sent: Tuesday, November 11, 2008 6:35 AM
> > To: jQuery (English)
> > Subject: [jQuery] [ANNOUNCEMENT] jquery.timepickr.js: first official release
>
> > Hi everyone,
>
> > Yesterday I released the first public release of my jquery.timepickr
> > plugin.
>
> > I've posted it on the jQuery plugin 
> > page:http://plugins.jquery.com/project/jquery-timepickr
>
> > Home page:http://haineault.com/media/jquery/ui-timepickr/page/

Reply via email to