Howdy....
Ok - I'm confused. I've have jQuery itself working fine with my new website, but I can't get the Datepicker to work completely. I've stripped it down to the base essentials, but I can't find what type of event is added to the image. (I've even removed the image/button and used the default onfocus.) I'm using Firebug to walk the code and not sure where properly start a break point.
The icon/button loads correctly (and I see the div code appended to the bottom of the page) but the date picker "layer" either doesn't load or is covered by my html.
I'm using a dHTML popup (activated by jQuery) as an edit form for record data. Could this be "hiding" the Datepicker? If so, how do I set the z-index properly to make Datepicker come to the front?
Thanks in advance!