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.
ポップアップを削除して静的にしたい。
最初にフィールドをクリックせずに日付を選択できるようにします。
http://jqueryui.com/datepicker/#default
日付ピッカーを入力フィールドではなく div に割り当てると、静的として表示されます
$(function() { $( "#datepicker").datepicker(); }); <div id="datepicker"></div>
参照:
ドキュメンテーション