[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-12 Thread h3

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/


[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread MorningZ

This even got blogged about on John Resig's blog

http://ejohn.org/blog/picking-time/


While i agree that it is a nice plugin, the lack of, and seemingly
"tough luck" attitude given by the plugin's main page, it working in
IE6 (or 7 as mentioned above) and WebKit for iPhone is a huge strike
against..


[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread MichaL Sanger

Great plugin, but I think that value in input should be changed only
when I click on some hour or minute cell. Or it's maybe OK to have
something like preview in the input, but it's not OK when I move mouse
over some cells, leave without click and the previous value is lost.

MichaL

On Tue, Nov 11, 2008 at 3:34 PM, h3 <[EMAIL PROTECTED]> wrote:
>
> 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/


[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread Andy Matthews

I think it looks great. Only suggestion I have is to get the selection
portion of the plugin hidden until needed. Say, slide it down when the time
field is hovered over? It just takes up too much room right now.



andy

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeffrey Kretz
Sent: Tuesday, November 11, 2008 9:35 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official
release


I think it's a great idea --it's a zillion times friendlier than an alert
validator in ensuring properly formatted data.

JK

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Liam Potter
Sent: Tuesday, November 11, 2008 7:16 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official
release


Nice plugin but, how often do you need to input the time into a form? 
and then, is it really that hard to input the time into a form?

Alexandre Plennevaux wrote:
> impressive, congratz !
>
> On Tue, Nov 11, 2008 at 3:34 PM, h3 <[EMAIL PROTECTED]> wrote:
>   
>> 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/
>> 





[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread Jeffrey Kretz

I think it’s a great idea --it's a zillion times friendlier than an alert 
validator in ensuring properly formatted data.

JK

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Liam 
Potter
Sent: Tuesday, November 11, 2008 7:16 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release


Nice plugin but, how often do you need to input the time into a form? 
and then, is it really that hard to input the time into a form?

Alexandre Plennevaux wrote:
> impressive, congratz !
>
> On Tue, Nov 11, 2008 at 3:34 PM, h3 <[EMAIL PROTECTED]> wrote:
>   
>> 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/
>> 




[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread Jeffrey Kretz

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/



[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread Liam Potter


Nice plugin but, how often do you need to input the time into a form? 
and then, is it really that hard to input the time into a form?


Alexandre Plennevaux wrote:

impressive, congratz !

On Tue, Nov 11, 2008 at 3:34 PM, h3 <[EMAIL PROTECTED]> wrote:
  

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/





[jQuery] Re: [ANNOUNCEMENT] jquery.timepickr.js: first official release

2008-11-11 Thread Alexandre Plennevaux

impressive, congratz !

On Tue, Nov 11, 2008 at 3:34 PM, h3 <[EMAIL PROTECTED]> wrote:
>
> 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/