[jQuery] Re: Date Picker in IE6 has "false" box

2008-07-17 Thread Geoff Ford
A simple iframe.ui-datepicker-cover { display:none; } solved it for me. Jay wrote: > Hi, > > Running a standard off-the-shelf date picker using Jquery UI using the > following code: > > $('#live_from').datepicker({ > dateFormat: 'yy-mm-dd', > showOn: 'both', > buttonImage: 'includes

[jQuery] Re: date picker date range and overall minDate and maxDate

2008-06-09 Thread John Morrison
On Thu, June 5, 2008 2:43 pm, FSan wrote: > > How can I set an "overall" min and max date having 2 dates fields as > date range? > That is, not only the fields should restrict each other regarding the > selected dates but also BOTH FIELDS respect a min and max date. > Any ideas? > Thanks I just d

[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
Thanks Giovanni but it's not a typo mistake, I use exactly the same code I'm using in an other page. By the way I tried without capital P and the result is below: $j(".date-pick").datepicker is not a function $j('.date-pick').datepicker(); Any other idea? PS Anche se adesso vivo in Califor

[jQuery] Re: date picker doesn't work

2008-05-16 Thread Giovanni Battista Lenoci
macsig ha scritto: Actually i use the same code in an other page and all works well (the only difference is that in the other page I don't have any scriptaculous or other jquery staff). As you can see in my code I link the required files and the loading script looks fine (at least to me). So whe

[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
Actually i use the same code in an other page and all works well (the only difference is that in the other page I don't have any scriptaculous or other jquery staff). As you can see in my code I link the required files and the loading script looks fine (at least to me). So where do you think is ex

[jQuery] Re: date picker doesn't work

2008-05-15 Thread pedalpete
I'd guess you are not linking to the script properly in your head tag. I've been using it for months, no problem. Its a great plug-in, super simple. On May 15, 7:05 pm, macsig <[EMAIL PROTECTED]> wrote: > Hello, I'm trying to use the date picker plugin but I have a issue > with it. > > I load al

[jQuery] Re: Date picker

2008-01-14 Thread Lionel Martelly
D]> To: Sent: Monday, January 14, 2008 8:23 AM Subject: [jQuery] Re: Date picker > > I can confirm it's not working for me either on IE7 on that page... > > You could try my date picker instead: > > http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html > &

[jQuery] Re: Date picker

2008-01-14 Thread Richard D. Worth
As it's a UI plugin, you may have better luck asking on the UI list: http://groups.google.com/group/jquery-ui/ - Richard On Jan 14, 2008 12:18 AM, Lionel Martelly <[EMAIL PROTECTED]> wrote: > > Does anyone have any issue with date picker not working in IE7.0? > >$('#period').datepicker({dat

[jQuery] Re: Date picker

2008-01-14 Thread Peter Bengtsson
I know almost nothing about the datepicker from the UI project but I did notice that it was updated in SVN just a few days ago so perhaps worth looking at those changes if that was IE7 related. On 14/01/2008, Lionel Martelly <[EMAIL PROTECTED]> wrote: > > Does anyone have any issue with date pick

[jQuery] Re: Date picker

2008-01-14 Thread Kelvin Luck
I can confirm it's not working for me either on IE7 on that page... You could try my date picker instead: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html Cheers, Kelvin :) Lionel Martelly wrote: Does anyone have any issue with date picker not working in IE7.0? $('

[jQuery] Re: Date picker question

2007-06-06 Thread abba bryant
I am retarded. I found it. I was for some reason looking at the first datepicker by kelvinluck. I see now that version two has the example I wanted. abba bryant wrote: > > Not long ago there was a link from one of these threads that had a > datepicker plugin with an example using callbacks to