$(document).ready(init); function init() { var h = $(window).height(); var w = $(window).width(); /* *@param 传相应Id *@description 显示相应ID内容 同时加上阴影层 点击阴影层隐藏 点击内容项不隐藏 */ function show(id) { var _this = $('#'+ id); _this.wrap('<div id=\'blackBg\' style=\'…