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.
アプリケーションでjquery tablesorterプラグインを使用してリストをソートしています。検証とポップアップにもjqueryを使用しています。jquery tablesorter を使用すると、ソートできず、他の jquery 関数の一部が機能しません。
エラーが発生します$("myTable").tablesorter() is not a function。どんな助けでも大歓迎です。
$("myTable").tablesorter() is not a function
競合の問題である可能性があり ます noconflict メソッドを使用します
http://api.jquery.com/jQuery.noConflict/