我正试图让datepicker弹出窗口出现。我看到了文本字段,但是当我点击它时,没有任何反应。如果我将输入标签移动到页面顶部就可以了。但是,在Jquery UI选项卡容器中,我没有看到弹出窗口。
以下是代码:
<div id="tabs-2" aria-labelledby="ui-id-2" class="ui-tabs-panel ui-widget-content ui-corner-bottom" role="tabpanel" aria-expanded="true" aria-hidden="false" style="display: block;" tabcounter="2" symbol="GOOG" exchange="NASDAQ">
<div class="_container">
<input type="text" id="datepicker_start">
<span class="favorite" id="star2" status="on" style="display: inline; color: rgb(239, 239, 239);">★</span>
答案 0 :(得分:0)
最后,我想通了。如果将datepicker动态添加到页面,则不会注册。有关解释和解决方案的详细信息,请参阅以下内容:
jQuery datepicker won't work on a AJAX added html element
感谢所有试图提供帮助的人: - )。