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.
3か月の日付ピッカーを表示し、右隅に1か月先の次のボタンがあります。この次のボタンにイベントを追加したいのですが、このボタンでonther関数をトリガーしたいのですが、もちろん翌月も表示する必要があります。
次の委任を使用して、このボタンのクリック ハンドラーを作成できます.on()。
.on()
$(document).on('click','.ui-datepicker-next',function(){ alert('next btn clicked'); });