[jQuery] [validate] $.format conflict

2009-04-29 Thread h3
Hello there, I'm the author of the jQuery Timepickr (http://haineault.com/media/ jquery/ui-timepickr/page/) and I had a bug report which was resolved by a user. He found a conflict with my library and jquery.validation.js. http://code.google.com/p/jquery-utils/issues/detail?id=15 Both are used

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

2008-11-12 Thread h3
).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 > > -Or

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

2008-11-12 Thread h3
It's been there from day one. http://code.google.com/p/jquery-utils/wiki/UiTimepickr On Nov 11, 2:05 pm, MorningZ <[EMAIL PROTECTED]> wrote: > " I'd like to see a version that is click-based." > > better yet, an option to make it hover or click based > > On Nov 11, 1:36 pm, "[EMAIL PROTECTED]"

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

2008-11-11 Thread h3
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: ANNOUNCE: ui.timepickr.js plugin

2008-10-08 Thread h3
use it in > Europe where don't use the am/pm system but just the 24hours clock > instead. This would probably make the widget huge. > > On Wed, Oct 8, 2008 at 9:33 PM, h3 <[EMAIL PROTECTED]> wrote: > > > For the past two days I've been working on a experimental

[jQuery] Re: ANNOUNCE: ui.timepickr.js plugin

2008-10-08 Thread h3
d suggest doing some testing on the most used browser on the > internet, yes, our friend IE because this plugin simply doesn't > work at all (IE7 on Win2003 here) > > On Oct 8, 3:33 pm, h3 <[EMAIL PROTECTED]> wrote: > > > For the past two days I've been workin

[jQuery] ANNOUNCE: ui.timepickr.js plugin

2008-10-08 Thread h3
For the past two days I've been working on a experimental plugin which aims to enhance user experience when it comes to input time in a form. I've made a first "unofficial" announcement on my blog: http://haineault.com/blog/71/ Considering the constant flow of positive feedbacks I got since I p

[jQuery] Re: Listen for location anchor change?

2008-09-26 Thread h3
I've worked on a clean solution for this a while ago: http://haineault.com/blog/37/ The examples above might not be up to date since the code has changed a bit since then: http://code.google.com/p/jquery-utils/wiki/AnchorHandler Code: http://code.google.com/p/jquery-utils/source/browse/trunk/src

[jQuery] Re: Display (or not display) content based on url hash

2008-07-09 Thread h3
first of all .. use document "document.location.hash" instead of "document.location.toString().split('#')[1]". secondly, you might want to take a look to a plugin I made awhile ago to handle anchors: http://haineault.com/blog/37/ cheers On Jul 8, 8:54 am, mitchel <[EMAIL PROTECTED]> wrote: > H

[jQuery] Re: Position cursor at end of textbox?

2008-07-03 Thread h3
$.extend($.fn, { selectRange: function(start, end) { // use only the first one since only one input can be focused if ($(this).get(0).createTextRange) { var range = $(this).get(0).createTextRange(); range.collapse(true);

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-11 Thread h3
IFUL! That works perfectly. > > > -Original Message----- > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of h3 > > Sent: Tuesday, June 10, 2008 11:53 AM > > To: jQuery (English) > > Subject: [jQuery] Re: [ANNOUNCE] Toaster plu

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-10 Thread h3
Done, it worked :) On Jun 10, 11:54 am, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > >I just updated the demo, I added a stack option > >I had some problem calculating the spacing dynamically so I had to add > >a spacing option too.. > > >There is some behavior that I don't like much, try th

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-10 Thread h3
Great idea, will try that on my lunch time :D Thanks ! On Jun 10, 11:54 am, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > >I just updated the demo, I added a stack option > >I had some problem calculating the spacing dynamically so I had to add > >a spacing option too.. > > >There is some be

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-10 Thread h3
about stacking the > messages vertically instead of on top of each other I think you'll be done! > > Excellent work! > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of h3 > Sent: Tuesday, June 10, 2008 12:23 AM

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-10 Thread h3
; And it doesn't stick to the bottom/top when you scroll, but maybe that's an > IE thing? > > Nice plugin, I will definitely use it! > > On Tue, Jun 10, 2008 at 07:22, h3 <[EMAIL PROTECTED]> wrote: > > > I've just committed some changes to the

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-10 Thread h3
L PROTECTED]> wrote: > I'd be happy to help you test when you're ready. This is nicely done. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of h3 > Sent: Monday, June 09, 2008 8:42 AM > To: jQuery (English)

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-09 Thread h3
om [mailto:[EMAIL PROTECTED] On > > Behalf Of h3 > Sent: Sunday, June 08, 2008 10:31 PM > To: jQuery (English) > Subject: [jQuery] [ANNOUNCE] Toaster plugin > > I've just released a toaster plugin > > Project page:http://code.google.com/p/jquery-ui-toaster/ >

[jQuery] [ANNOUNCE] Toaster plugin

2008-06-09 Thread h3
I've just released a toaster plugin Project page: http://code.google.com/p/jquery-ui-toaster/ It's inspired by Miksago's experimental toaster plugin that was no longer maintained: http://code.google.com/p/jquery-ui/source/browse/branches/experimental/ui.toaster.js Note: It's beta release and it