1.处理配置列表展示关键字换行问题

2.处理日志url 前缀http问题(http,https,ftp直接展示不判断添加http)
This commit is contained in:
zhanghongqing
2018-09-11 15:26:52 +08:00
parent 8f4c43b62e
commit 114c643cd4
5 changed files with 24 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
$(function(){
//扩展jquery增加全局函数
$.ipcommon=function(){
return {};
@@ -465,6 +464,9 @@ $(function(){
})
});
window.onload=function(){
$("span[id^=open]").click(function(){
$("div[class='content']").find("label:lt(2)").addClass("keyword-disinline");//page.css 关键词换行
})
// 配置id的搜索下拉框选择切换
if ($("#searchForm #seltype").val() == 'compileId') {
$("#searchForm #intype").addClass("number");