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.
Can.JSでAJAXリクエストが開始されたときにリスナーをバインドすることは可能ですか? Can.JS プロジェクトに小さな読み込みインジケーターを統合して、サーバーからデータが読み込まれるタイミングをユーザーが確認できるようにしたいと考えています。jQuery$.ajaxStartと$.ajaxSendイベントの使用は機能しませんでしたが、$.ajaxCompleteイベントは正しく発生しました。
$.ajaxStart
$.ajaxSend
$.ajaxComplete