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/