Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
asp.netページの1つでjquery ui datepickerでthickboxを使用していますが、datepickerが表示されません。datepickerのzインデックスも変更しましたが、何も表示されません。どうすればよいですか
シックボックスが表示された後、日付ピッカーを初期化する必要があります (プラグイン関数を呼び出します)。通常、thickbox を開くリンクの遅延呼び出しが行われます。例:
$("#thickbox_link").click(function(){ setTimeout(function(){ $("#datepickerdiv").datepicker(); }, 100); });