In a demo from the jQuery site, the datepicker code I'm using works fine. However, when applied to a site I'm working on, there seems to be a conflict. The onSelect fires before a date is selected (as soon as the page loads). Can anyone let me know how to resolve the issue?
Does anyone ever post cash bounty on here? 10$ paypal to whoever can help me out?
http://www.worksitewebcams.com/Web_Cam2/sample/
Update: For some reason if I use an input/button datepicker instead of an inline datepicker, there is no issue.
ie. <input id="datepicker"> vs <div id="datepicker">