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.
非推奨の関数と同様.sortableに、動的に追加される将来の jQuery オブジェクトに適用できるかどうか、つまり現在のDOM には存在しないことを誰かが説明できますか? .liveありがとう。
.sortable
.live
要するに:いいえ。
次の点に注意してください:.liveは jQuery 1.7 から廃止され、jQuery 1.9 で削除されました。この機能は、メソッドによって移動/置き換えられました.on。このメソッドは、などのイベント ハンドラーのみを検出できます。イベント ハンドラーではないため、これは機能しません。click.sortable
.on
click
できることは.sortable、要素を作成した後で (jQuery UI から) メソッドを呼び出すことだけです。