[jQuery] Re: Help with Datepicker

2009-12-21 Thread polarwarp
Thanks so much guys! I was missing this showOn setting - and once I put that in I discovered my path was slightly wrong :) On Dec 4, 1:02 am, MorningZ morni...@gmail.com wrote: Use Fiddler (for IE) or Firebug (for FF) and watch the Net tab to see why the browser doesn't see the image..

[jQuery] Re: Help with Datepicker

2009-12-04 Thread Keith
You also need to tell it to use a button to trigger the popup using the showOn setting. Set it to 'button' to only popup on the button click and not on focus, or 'both' to show on either. ('#MembershipWizard1_Wizard1_ctl05_ClubConfirmation1_txtStartDate').datepicker ({ dateFormat:

[jQuery] Re: Help with Datepicker

2009-12-03 Thread MorningZ
Use Fiddler (for IE) or Firebug (for FF) and watch the Net tab to see why the browser doesn't see the image.. this, depsite your attempts otherwise, more than likely is a pathing issue, especially keeping in mind that .NET rebases all the CSS includes and theming On Dec 2, 10:29 pm,