[jQuery] Re: Date range Picker jquery

2009-06-28 Thread Prashant Khanal
ranikumariyer...@gmail.com> wrote: > hi , > y tried but cant changes its functionality , > > Thanks > > On Sun, Jun 28, 2009 at 11:19 AM, Prashant Khanal < > prashantkha...@gmail.com> wrote: > >> you mean to say the problem is that you are not allowed to select the s

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Prashant Khanal
plugin is fine , but u see ,some time my customer the journey may be > one day,but its not possible in that plugin > > thanks > > > On Sun, Jun 28, 2009 at 9:01 AM, Prashant Khanal > wrote: > >> check this out >> this might help you >> >> h

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Prashant Khanal
check this out this might help you http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.html On Sat, Jun 27, 2009 at 8:17 PM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > > > Hi > > Tell the name of the plugin for > datePickers with start and end dates > Thanks

[jQuery] Re: when is what ready?

2009-06-22 Thread Prashant Khanal
t; Use this, it will check if the page content is loaded before firing. > > $(window).load(function() { > alert( "hello" ); > }); > > Prashant Khanal wrote: > >> i guess you should use $(document).ready(function(){.}); >> but keep in mind this fire

[jQuery] Re: when is what ready?

2009-06-22 Thread Prashant Khanal
i guess you should use $(document).ready(function(){.}); but keep in mind this fires after DOM is loaded and before page contents are loaded. http://www.learningjquery.com/2006/09/introducing-document-ready On Mon, Jun 22, 2009 at 1:06 PM, Peter Marino wrote: > Hi jQuery, > I assumed when I u