trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Can the widget be appended to a custom element ? #943

Open arneja opened 6 years ago

arneja commented 6 years ago

When I do this - $someElement.datepicker(); An element gets appended to the body of my html page. Is there a method/ way to change this ? I want to append this to another element.