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.
rad 日付ピッカー (「myCal」) を持つカスタム コントロール (「uc1」) を含む ASP.Net MasterPage があります。
aspx ページに jquery 変更イベントを追加したいのですが、以下のコードは機能しません
$(document).ready(function(){ $('#myCal').change(function(){ alert('Found'); }); });
助けてくれてありがとう
ページが読み込まれた後、コードは問題ないようです。フィールドを調べて、IDが「mycal」であり、同じIDを持つ複数のフィールドがないことを確認してください。