Bootstrap table 加载到 CMS 时搜索不起作用

Bootstrap table search does not work when loaded into CMS

您好,在此先感谢您的帮助。

当我将这个奇妙的可搜索 table [http://codepen.io/adobewordpress/pen/gbewLV][1] 加载到我的 cms 中时,它不起作用..

再次感谢您的帮助

您的代码需要此处的 .search class:$(".search").keyup(function ()。你输入的搜索框里没有那个class

您的输入文本应如下所示:

<input type="text" class="search">