选择工作城市
ord + "&Welfare=" + Welfare + "&calling=0&Degree=" + Degree + "&Salary=" + Salary + "&WorkYear=" + WorkYear + "&PostType=" + PostType + "&isCompanyOrPos=" + isCompanyOrPos; }) //列表鼠标滑过效果 $('.joblist-adver-list-main li').hover(function () { $(this).find('.joblist-apply-btn').css('display', 'block') $(this).find('.joblist-company-pic').hide() }, function () { $(this).find('.joblist-apply-btn').css('display', 'none') $(this).find('.joblist-company-pic').show() }) if ('' != "" && '' != "0") { document.title = $('#jobText').val() + "招聘汇总-找工作首选俊才招聘" } else { document.title = "找工作职位搜索列表-找工作首选俊才招聘网" } })