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.
日付をクリックしたときに日付ピッカーが閉じないようにするにはどうすればよいですか。そのためのオプションはありますか?Keith Wood の Datepicker v4.0.6を使用しています。「閉じる」リンクをクリックして閉じたい。
コードをハッキングして解決策を見つけました。このようにするのは良くないことはわかっていますが、うまくいきます。
次の行にコメントを付けます。
this.hide(target);
関数selectDateの1700行目にあります。
Firefox 17、IE 10、Chrome 23 でテスト済み。