我正在为jqgrid
生成json格式的锚标记customer_link = <a target="_top" href="Customer?cid=001A000000nWWWdIAO" title="Customer 666">Customer 666</a>
colmodel as
{name:'Customer_link',index:'Customer_link', width:190,searchoptions: { sopt: ['cn']}},
在我输入&#34; cust&#34;时在jqgrid标题过滤器中搜索它显示所有不包含名称的客户&#34; cust&#34;如何在搜索时忽略html标签。