문제

I'm trying to get the datepicker popup to appear. I see the text field but when I click on it, nothing happens. If I move the input tag to the top of the page it works. However, in the Jquery UI tab container, I don't see the popup.

Here's the code:

<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> 
도움이 되었습니까?

해결책

In the end, I figured it out. It doesn't register if the datepicker is added dynamically to the page. For a good explanation and a solution, see the following:

jQuery datepicker won't work on a AJAX added html element

Thanks to everyone that tried to help :-).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top