帝国cms插件:动态显示搜索结果
by jiuhecai 联系qq110102296 或qq57767561
日期:20180824
1.安装 拷贝 superso 到 /e/extend 下
2.文件说明 1)index.php
后台响应文件,返回查询数据。 可以在这里定义返回数据的样式。 可以选择返回的栏目,只需修改这个数组就可以: $showr=array( 2=>'诗文', 1=>'诗人', 20=>'名句', 25=>'成语' ); 其中键名为栏目id ,对应是栏目名称 2) so.js 前台js文件
3.使用方法 1)引用jquery库,如果已经引用,省略这一步。
2)在搜索框代码所在页面,引用so.js : <script type="text/javascript" src="/e/extend/superso/so.js"></script> 4.示范代码: <script type="text/javascript" src="/e/extend/superso/so.js"></script> <form action="/e/search/index.php" method="post" name="searchform" id="searchform" target="_blank"> <input type="text" name="keyboard" class="sech_keyword" > <input type="submit" value="" class="sech_btn"> <input type="hidden" name="show" value="title" /> <input class="lkf" type="hidden" name="classid" value="14" /> </form> 5.示范网站 https://www.meili999.com/
6.价格: 150元 有需要的朋友请联系QQ 110102296
|