Hello.
Some body can help me?
I heave a problem with datepicker inside a modal window with this plugins
(jqModal and ui datepicker).
when datepicker show this appear in a back layer.
How can i do for fixit?
My javascript code:
var x = $("document")
x.ready(function(){
$("#wmContent").jqm()
.jqDrag('.jqDrag');
$("#boton").click(windowMod);
$("#date").datepicker();
$("#btnCancel").click(function(){
$("#wmContent").jqmHide();
});// #btnCancel
});//#x.Ready
function windowMod()
{
$("#wmContent").jqmShow();
}
--
View this message in context:
http://www.nabble.com/problem-with-jqmodal-and-ui-datepicker-tp21593716s27240p21593716.htmlSent from the jQuery General Discussion mailing list archive at Nabble.com.