var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); /*添加收藏*/ function addFavorite(name, site) { try { window.external.addFavorite(site, name) } catch(e) { try { window.sidebar.addPanel(name, site, "") } catch(e) { alert("加入收藏失败,请使用Ctrl+D进行添加") } } } $(document).ready(function () { /*通过地址栏url激活菜单状态*/ $(".w_menu li a").each(function () { if (String(window.location).startWith($($(this))[0].href)) { $(this).removeAttr("data-hover"); $(this).parent().addClass('active').siblings().removeClass("active"); } }); }) String.prototype.startWith=function(str){ var reg=new RegExp("^"+str); return reg.test(this); } /*弹出层*/ /* 参数解释: title 标题 url 请求的url id 需要操作的数据id w 弹出层宽度(缺省调默认值) h 弹出层高度(缺省调默认值) */ function layer_show(title,url,w,h){ if (title == null || title == '') { title=false; }; if (url == null || url == '') { url="404.html"; }; if (w == null || w == '') { w=800; }; if (h == null || h == '') { h=($(window).height() - 50); }; layer.open({ type: 2, area: [w+'px', h +'px'], fix: false, //不固定 maxmin: true, shade:0.4, title: title, content: url }); } }