Force Jquery-UI Datepicker to open under the Input?
问题 I´m using a Datepicker with Jquery-Ui and I need it to always display under the input. I checked the API documentation, googled it and searched for it on Stackoverflow, but I could not find a solution: I tried these codes: popup: { position: "bottom left", origin: "top left" }, __ orientation: "bottom", Anyone has an idea how to do this? 回答1: Can do this with an inline datepicker. Working Example: https://jsfiddle.net/0e3njzoe/2/ HTML <div class="tall"> Tall Div </div> <label for="myDate"