Wednesday, 28 August 2013

Displaying datepicker on custom DIV

Displaying datepicker on custom DIV

I have bound jQueryUI datepicker to an input and I have a custom div--I'd
like to bind the datepicker to that instead.
For example:
<input type="textbox" id="date">
<div id="datepickerDiv">
</div>
Script:
$("#date").datepicker(); // For binding to textbox.
I want to display the datepicker in datepickerDiv div.
Please help me with this...

No comments:

Post a Comment