Closed GoogleCodeExporter closed 9 years ago
This is urgent issue. Please help asap possible !
Original comment by puneetli...@gmail.com
on 1 Sep 2011 at 7:09
I am also facing same issue please help!
Original comment by divanshu...@gmail.com
on 1 Sep 2011 at 11:44
I got the solution, by overriding the id in callFunctionAfterShow and applying
the date time picker after that.
The problem was of duplicate id.
Original comment by divanshu...@gmail.com
on 2 Sep 2011 at 6:48
Thanks a ton! :)
Original comment by puneetli...@gmail.com
on 2 Sep 2011 at 3:06
To avoid problems with multiple IDs, please use the direct call of the modalbox
plugin.
Example:
jQuery.fn.modalBox({
directCall : {
data : '<div id="mySelector">Some Content for datepicker</div>'
}
});
Thanks divanshu4all for the hint!
Regards,
Steffen
Original comment by steffen....@googlemail.com
on 12 Feb 2012 at 5:14
divanshu, steffen, would you elaborate it little more, please?
I'm completely new to jquery and I'm facing the same problem.
it would be nice of you if you could provide the exact code. please..
-vishal
Original comment by vkotech...@gmail.com
on 20 Feb 2014 at 6:36
Hi Vishal.
When we apply modalBox on DOM element, its creates a duplicate of the original
one with modalbox, due to which it creates duplicate IDS in DOM. So to avoid
that, either use direct call of modalbox as mentioned by Steffen or override
callFunctionAfterShow and attach the datepicker after the popup is displayed.
Original comment by puneetli...@gmail.com
on 24 Feb 2014 at 6:22
Original issue reported on code.google.com by
puneetli...@gmail.com
on 31 Aug 2011 at 1:36