[jQuery] getting value out of datepicker

2008-04-24 Thread Amit Uchat
Hi, I want to display some default date in a TextBox element. I have bind datepicker to "startDate" with some default date On document ready function. jQuery('#startDate').datepicker({defaultDate: -7}); When I click on startDate input text box I do see datepicker control with highlighted current

[jQuery] Re: which query is most efficient?

2007-12-04 Thread Amit Uchat
Benjamin, very good way to explain complex information. I would look forward to hear more on your website. On Dec 4, 2007 8:23 PM, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > Dave, I know I am getting in here late, but I did a post on fast selectors > that may point you in the right direction:

[jQuery] Re: jQuery improving performance

2007-12-03 Thread Amit Uchat
thank you all for quick and quality replys... I am re-writing my script to accomodate new suggestions. and profile my function again to check any improvement. Thanks, Amit On Dec 3, 2007 10:36 AM, Dave Methvin <[EMAIL PROTECTED]> wrote: > > > > I want to improve performance for following snipet