jQuery UI Datepicker on a qTip
Posted
by Justin Ethier
on Stack Overflow
See other posts from Stack Overflow
or by Justin Ethier
Published on 2009-06-13T03:26:27Z
Indexed on
2010/03/27
21:03 UTC
Read the original article
Hit count: 444
I am trying to display a qTip containing a jQuery UI datepicker control (the version bundled with jQuery UI). However the datepicker's calendar opens behind the qTip. I tried manually setting the calendar's z-order from firebug, which does allow the calendar to open in front of the qTip. However, in this case clicking on the calendar has the effect of closing the qTip as (I assume) it is part of the page's content.
I am still working through this but wanted to ask - has anyone run into this problem before? Any possible workarounds to get the datepicker to work?
© Stack Overflow or respective owner