Using jQueryUI datepicker inside a jQuery BlockUI dialogue
Posted
by stan4th
on Stack Overflow
See other posts from Stack Overflow
or by stan4th
Published on 2009-07-07T10:18:36Z
Indexed on
2010/04/05
15:23 UTC
Read the original article
Hit count: 519
jquery-ui
Hi, trying to get a jQueryUI datepicker working within a jQuery blockUI dialogue but it appears behind the blockUI dialogue, i.e. in the blanked out area, and when trying to choose a date it disappears but the value not posted.
js code is simply;
$('#datePicker').datepicker({ inline: true });
against which is part of the blockUI markup to create the dialogue.
Using;
jquery-1.3.2.min.js jquery-ui-1.7.2.custom.min.js jquery.blockUI.js
Cheers
© Stack Overflow or respective owner