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.
load 関数を使用してデータをロードしています。UI selectableロードしたデータに適用するにはどうすればよいですか。
UI selectable
コールバック関数を呼び出す必要があり.selectable()ます。load()
.selectable()
load()
$("div").load("url_here", function(){ $(this).find("ul").selectable(); });
を明らかに変更しdiv、コードに合った変数に変更します。url_hereul
div
url_here
ul