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.
プロジェクトに pjax を含めると、リンクにリダイレクトした後に選択したプラグインが機能しません。しかし、F5を押すと、選択したものが機能するようになりました
これは、選択がドキュメント準備完了イベントに適用されるために発生しました。Ajax ドキュメントの準備完了イベントによって更新されたsmth がトリガーされない場合。Ajax の完了後に選択して適用する必要があります。たとえば、コーヒースクリプトでは次のようになります。
$(document).ajaxComplete -> $('select').chosen()