搜索记录:
{{if soucondinfos}}
{{each(i,soucond) soucondinfos}}
${soucond.searchstr} {{if soucond.i==1 && soucondinfos.length>1}} {{/if}}
{{if soucond.i==1 }}
管理
{{/if}}
{{/each}}
{{else}}
新增
{{/if}}
{{each(i,jobinfo) jobsinfo}}
${jobinfo.Job_Title}
{{if jobinfo.yingjiesheng}}(接收应届生){{/if}}{{if jobinfo.zaijiaosheng}}(接收在校生){{/if}}
{{if jobinfo.isTop>0}}
{{if jobinfo.isTop>1}}
{{else}}
置顶
{{/if}}
{{else}}
${jobinfo.UpdateTime}
{{/if}}
${jobinfo.company}{{if jobinfo.h_Vip_Com}} VIP {{/if}}
{{if jobinfo.seeinfo!=''}}(${jobinfo.seeinfo}) {{/if}}
${jobinfo.Salary_range}
${jobinfo.areastr}
{{if jobinfo.workyears!=''}}
${jobinfo.workyears}
{{/if}}
${jobinfo.Degree_Request}
{{if jobinfo.welfares!=''}}
{{if jobinfo.welfares.indexOf(',')!=-1}}
{{each(w,welfares) jobinfo.welfares.split(',')}}
{{if w<5}}
${welfares}
{{/if}}
{{/each}}
{{else}}
${jobinfo.welfares}
{{/if}}
{{/if}}
{{/each}}
{{else}}
很抱歉,没有找到相关的信息
{{/if}}
',
end:function(){
},
success:function(){
$(".layui-layer-setwin").css({'top':'auto','right':'auto','bottom':'-40px','left':'45%'})
$(".layui-layer[type='page']").css('border-radius', '10px')
}
});
return false;
}
//==============招聘==开始搜索====
$("#subsearchbtn").click(function(){
appsou()
return false
if (GetSubCookie("usercookies","username")=='' || GetSubCookie("usercookies","username")==null){
layer.confirm('请先登录,才能使用搜索', {
icon: 4,
title:false,
skin: 'layer-ext-moon' ,
//time:2000,
btn: ['免费注册','我是会员','找密码/账号'], //按钮
btn3:function(){
locations.href='/32'}
}, function(index){
locations.href='/kq36/RegPer.asp'
}, function(){
locations.href='/login.asp'
});
return false;
}
if($('#Job_ClassI_Id').val()=='' ){alert('请选择职位类别');$("#searbtn").show();$(".menuselr li").eq(0).addClass("on");jnewMenu(0); return false;}
$("#form1").submit();
});
//====================================
$(".menusel li,.schCont li").click(function(){
if ($(this).hasClass("on")){//$("#shadow").hide();
$("#searbtn").hide();bodyScroll_s()
}
else{//document.getElementById("shadow").style.display = "block";
if ($(this).attr("data-str")=='2')
{
$(".menuselr li").hide();
$(".tcitystr").show();
}
if ($(this).attr("data-str")=='4' )
{
$(".menuselr li").hide();
$(".tpointstr").show();
}
if ($(this).attr("data-str")=='3'){
if ((GetSubCookie("usercookies","username")=='' || GetSubCookie("usercookies","username")==null) && false)
{
// layer.confirm('请先登录,才能使用搜索', {
// icon: 4,
// title:false,
// skin: 'layer-ext-moon' ,
// //time:2000,
// btn: ['免费注册','我是会员','找密码/账号'], //按钮
// btn3:function(){
// locations.href='/__xh__/kq36.com/32'}
// }, function(index){
// locations.href='/kq36/RegPer.asp'
// }, function(){
// locations.href='/login.asp'
// });
// $("#shadow").hide();
// $("#searbtn").hide();
// return false;
}else{
$(".menuselr li").hide();
$(".tmoreselectstr").show();
}
}
if ($(this).attr("data-str")=='1')
{
$(".menuselr li").hide();
$(".tclassstr").show();
}
document.getElementById("searbtn").style.display = "block";
$(".menuselr li").removeClass("on");
$(".menuselr li").eq($(this).index()).addClass("on");
jnewMenu($(this).index());}
})
//更多============================begin============================
$(".jobsalary li").click(function(){
$(".jobsalary li").removeClass("on");
$(this).addClass("on");
$("#Salary_range").val($(this).attr("data-id"));
})
$(".welfare li").click(function(){
$(".welfare li").removeClass("on");
$(this).addClass("on");
$("#welfare").val($(this).attr("data-id"));
})
$(".sortunit li").click(function(){
$(".sortunit li").removeClass("on");
$(this).addClass("on");
$("#sort").val($(this).attr("data-id"));
})
$(".jobunit li").click(function(){
$(".jobunit li").removeClass("on");
$(this).addClass("on");
$("#F_P_Job").val($(this).attr("data-id"));
})
$(".jobwork_years li").click(function(){
$(".jobwork_years li").removeClass("on");
$(this).addClass("on");
$("#work_years").val($(this).attr("data-id"));
})
$(".jclassunit li").click(function(){
$(".jclassunit li").removeClass("on");
$(this).addClass("on");
$("#jclass").val($(this).attr("data-id"));
})
function isSelect(this_){
var isS=true
var pv=this_.parent().find('li.on').html()
if (getSelectnums() && this_.html()!='' && this_.html()!='不限' && (pv=='不限' || pv==null)){
isS=false
}
return isS
}
function getSelectnums(){
var selectbool=false
var selectnums=0;
var this_=$(this)
$('.moreselect li').each(function(){
if ($(this).hasClass('on') && $(this).html()!='' && $(this).html()!='不限')
{
selectnums=selectnums+1
}
})
console.log('selectnums:'+selectnums)
if (selectnums>=3){
selectbool=true
}
return selectbool
}
$(".companyunit li").click(function(){
if (!isSelect($(this))){
layer.msg('最多只能选择3项')
return false
}
if ($(this).html()=='不限'){
$(".companyunit li").removeClass("on");
$(this).addClass("on");
$("#Property_class").val($(this).attr("data-id"));
}else{
$(".companyunit li[data-id='']").removeClass("on");
var propertyval=$("#Property_class").val();
if (propertyval!='')
{
if(propertyval.substr(propertyval.length-1,1)!=','){propertyval=propertyval+',';}
if (propertyval.substring(1,1)!=','){propertyval=","+propertyval;}
}
if ($(this).hasClass("on")){//已选择
$(this).removeClass("on");
Newpropertyval=propertyval.replace(","+$(this).attr("data-id")+",",",")
if (Newpropertyval.substring(0,1)==','){ Newpropertyval=Newpropertyval.substring(1);}
if (Newpropertyval.substr(Newpropertyval.length-1,1)==','){ Newpropertyval=Newpropertyval.substring(0,Newpropertyval.length-1);}
$("#Property_class").val(Newpropertyval)
}else{//新加
if($(".companyunit li.on").length>=3){layer.msg('至多选择3个');return false};
$(this).addClass("on");
Newpropertyval=propertyval+$(this).attr("data-id");
if (Newpropertyval.substring(0,1)==','){ Newpropertyval=Newpropertyval.substring(1);}
$("#Property_class").val(Newpropertyval)
}
}
})
$(".com_scaleunit li").click(function(){
$(".com_scaleunit li").removeClass("on");
$(this).addClass("on");
$("#com_scale").val($(this).attr("data-id"));
})
$(".multipoint li").click(function(){
$(".multipoint .jobunit li").removeClass("on");
$(this).addClass("on");
$("#F_P_Job").val($(this).attr("data-id"));
start_search();
})
//确定保存更多
$(".savemore").click(function(){
appsou()
return false;
bodyScroll_s();
$.getJSON("/public/returnhtm/return_zpqz_list.asp",{cmd:"zplist_more"},function(result){
if (result.status==1){
$(".moreselect").hide();
$("#searbtn").hide();
var morestr="";
if ($("#Salary_range").val()!='')
{
morestr=morestr+"+"+$("#Salary_range").val()
}
if ($("#F_P_Job").val()!='')
{
morestr=morestr+"+"+$("#F_P_Job").val()
}
if ($("#work_years").val()!='')
{
if ($("#work_years").val()=="-2")
{
morestr=morestr+"+在校生";
}else if($("#work_years").val()=="-1")
{
morestr=morestr+"+应届生";
}else if($("#work_years").val()=="1")
{
morestr=morestr+"+1-3年";
}else if($("#work_years").val()=="4")
{
morestr=morestr+"+4-6年";
}else if($("#work_years").val()=="6")
{
morestr=morestr+"+6年以上";
}
}
if ($("#Property_class").val()>0)
{ if($("#Property_class").val()==1){morestr=morestr+"+公立";}
else{morestr=morestr+"+私营";}
}
if ($("#com_scale").val()!='')
{
morestr=morestr+"+"+$("#com_scale").val();
}
if (morestr.indexOf("+")!=-1)
{
morestr=morestr.substring(1);
}
if (morestr!='')
{
$(".last").html(morestr);
}
$(".last").removeClass("on");
start_search();
}else if (result.status==-2)
{
layer.open({
title:false,
type: 2,
shade: false,
shadeClose: false,//点 击遮罩关闭层
shade: 0.8,
skin: 'layui-layer-rim', //加上边框
area: ['320px', '250px'], //宽高
closeBtn : [1, true],
content: ['/public/returnhtm/validsms_2.asp?cfrom=m&typen=search','no']
});
return false
}else if (result.status==0){
layer.confirm('请先登录,才能使用搜索', {
icon: 4,
title:false,
skin: 'layer-ext-moon' ,
//time:2000,
btn: ['免费注册','我是会员','找密码/账号'], //按钮
btn3:function(){
locations.href='/32'}
}, function(index){
locations.href='/kq36/RegPer.asp'
}, function(){
locations.href='/login.asp'
});
return false
}
})
})
//更多============================end=============================
//职位类别============================begin=========================
$(".classi_id li").click(function(){
var thisid = $(this).attr("data-id");
if (thisid == 0) { $("#Job_ClassI_Id").val(""); $("#Job_ClassII_Id").val(""); $("#Job_ClassIII_Id").val("");$(".classstr").html($(this).html());$(".allclass").hide();$(".classstr").removeClass("on");$("#searbtn").hide();start_search();} //类别不限
else{
if (thisid==2)
{
$(".allclass ul.classi_id").css("width","29%");
$(".allclass ul.classii_id").css("width","30%");
$(".allclass ul.classiii_id").css("width","40%");
$(".allclass .classiii_id").show();
}
else{
$(".allclass ul.classi_id").css("width","29%");
$(".allclass ul.classii_id").css("width","70%");
$(".allclass .classiii_id").hide();
}
if ($("#Job_ClassI_Id").val() != thisid){
$(".classi_id li").removeClass("on");
$(this).addClass("on");
var classiitmpid = 0;
$(".classii_id").html("
加载中.. ");
var ClassIIhtml="
不限 ";selected="";
$.each(ClassII_J_Json, function (k, p) {
if (p.ClassI_Id == thisid) {
ClassIIhtml = ClassIIhtml+ "
" + p.ClassII_Name + " ";
}
});
//if (thisid==1){ClassIIhtml = ClassIIhtml+ "
口腔技工/椅旁 ";}
$(".classii_id").html(ClassIIhtml); $(".classiii_id").html("")
//$.get("/public/returnhtm/return_job_ajax.asp",{cmd: "companyclassii_id", classi_id: thisid,classi_name:escape($(this).html())},function (da){$(".classii_id").html(da); $(".classiii_id").html("")})
}
$("#Job_ClassI_Id").val(thisid)
}
});
$(".classii_id li").live("click",function(){
var thisid = $(this).attr("data-id");
if (thisid == 0 || $("#Job_ClassI_Id").val()!=2) {
if (thisid.indexOf('kqjg')!=-1)
{
$("#Job_ClassI_Id").val(2);
$("#Job_ClassII_Id").val(14);
$("#Job_ClassIII_Id").val(thisid.replace('kqjg_',''));
}else{
$("#Job_ClassII_Id").val(thisid);
$("#Job_ClassIII_Id").val("");
}
$(".classstr").html($(this).attr("data-str"));$(".classstr").removeClass("on");$(".allclass").hide();$("#searbtn").hide();start_search()}
else{ $(".allclass .classiii_id").show();
$(".allclass ul").css("width","33%");
//if ($("#Job_ClassII_Id").val() != thisid){
$(".classii_id li").removeClass("on");
$(this).addClass("on");
$(".classiii_id").html("
加载中.. ");
var ClassIIIhtml="
不限 ";selected="";
$.each(ClassIII_J_Json, function (k, p) {
if (p.ClassII_Id == thisid) {
ClassIIIhtml = ClassIIIhtml+ "
" + p.ClassIII_Name + " ";
}
});
if (thisid==14){ClassIIIhtml = ClassIIIhtml+ "
义齿技师 ";}
if (thisid==49){
ClassIIIhtml=ClassIIIhtml+"
助产士 ";
ClassIIIhtml=ClassIIIhtml+"
植发医生/护士 ";
}
if (thisid==14 || thisid==15 || thisid==16 || thisid==17 || thisid==21 || thisid==22 || thisid==23 || thisid==29 || thisid==32 || thisid==48 || thisid==51 || thisid==218)
{//科室护士
classiiname=$(this).html();
if (classiiname.indexOf('五官')!=-1){classiiname="眼科"}
$.each(ClassIII_J_Json, function (k, p) {
if (p.ClassII_Id == 49 && classiiname.indexOf(p.ClassIII_Name.substring(0,2))!=-1) {
ClassIIIhtml = ClassIIIhtml+ "
" + p.ClassIII_Name + " ";
}
});
ClassIIIhtml=ClassIIIhtml+"
所有科室护士 ";
}
$(".classiii_id").html(ClassIIIhtml)
//$.get("/public/returnhtm/return_job_ajax.asp",{cmd: "companyclassiii_id",classii_id:thisid,classii_name:escape($(this).html())},function (da){$(".classiii_id").html(da)});
// }
$("#Job_ClassII_Id").val(thisid);
}
// start_search();
})
$(".classiii_id li").live("click",function(){
var thisid = $(this).attr("data-id");
$(".classiii_id li").removeClass("on");
$(this).addClass("on");
if (thisid.indexOf("ycjs")!=-1)
{
$("#Job_ClassI_Id").val(thisid.replace('ycjs_',''));
$("#Job_ClassII_Id").val('');
$("#Job_ClassIII_Id").val('');
}else if(thisid.indexOf("zcs_2_15_150")!=-1){
$("#Job_ClassI_Id").val(2);
$("#Job_ClassII_Id").val(15);
$("#Job_ClassIII_Id").val(150);
}else if(thisid.indexOf("zfhs_2_48")!=-1){
$("#Job_ClassI_Id").val(2);
$("#Job_ClassII_Id").val(48);
$("#Job_ClassIII_Id").val(thisid.replace('zfhs_2_48_',''));
}else if(thisid.indexOf("hs_49")!=-1)
{
$("#Job_ClassI_Id").val(2);
$("#Job_ClassII_Id").val(49);
$("#Job_ClassIII_Id").val(thisid.replace('hs_49_',''));
}else{
$("#Job_ClassIII_Id").val($(this).attr("data-id"));
}
// $("#Job_ClassIII_Id").val($(this).attr("data-id"));
$(".classstr").html($(this).attr("data-str"));
$(".allclass").hide();
// $("#searbtn").hide();
start_search();
$(".classstr").removeClass("on");
})
//职位类别===========================end==============================
//所在城市============================begin=========================
$(".xprovice li").click(function(){
var thisid = $(this).attr("data-id");
if (thisid == 0) { $("#provinceid").val(""); $("#cityid").val(""); $("#areaid").val("");$(".citystr").html($(this).html());$(".allcountry").hide();$(".citystr").removeClass("on");start_search();} //省份不限
else{
//alert(1);
if ($("#provinceid").val() != thisid){
$(".xprovice li").removeClass("on");
$(this).addClass("on");
var citytmpid = 0;
var cityname = "";
if (thisid == 15){citytmpid = 146; cityname = "北京市";}else{
if (thisid == 13) { citytmpid = 131; cityname = "天津市" }
else{if (thisid == 27) { citytmpid = 271; cityname = "重庆市" }
else{if (thisid == 8) {citytmpid = 88; cityname = "上海市" }
}}
}
if (citytmpid != 0) { //城市ID不为0
$(".xcity").html("
全" + cityname + " ");
$(".xcity li").addClass("on");
$("#cityid").val(citytmpid);
$(".xarea").html("
加载中.. ");
var areahtml="
全" + $(this).html() + " ";selected="";
$.each(areaJson, function (k, p) {
if (p.CityID == citytmpid) {
areahtml = areahtml+ "
" + p.AreaName + " ";
}
});
$(".xarea").html(areahtml);
//$.get("/public/returnhtm/return_job_ajax.asp",{ cmd: "companyarea", cityid: citytmpid,proname: escape($(this).html())},function (da){$(".xarea").html(da)});
}
else{
$(".xcity").html("
加载中.. ");
var cityhtml="
全" + $(this).html() + " ";selected="";
$.each(cityJson, function (k, p) {
if (p.ProID == thisid) {
cityhtml = cityhtml+ "
" + p.CityName + " ";
}
});
$(".xcity").html(cityhtml); $(".xarea").html("")
//$.get("/public/returnhtm/return_job_ajax.asp",{cmd: "companycity", provinceid: thisid, proname: escape($(this).html())},function (da){$(".xcity").html(da); $(".xarea").html("")})
}
}
$("#provinceid").val(thisid)
}
});
$(".xcity li").live("click",function(){
var thisid = $(this).attr("data-id");
if (thisid == 0 || thisid==88 || thisid==131 || thisid==146 || thisid==271) { $("#cityid").val("0");$("#areaid").val("0");$(".citystr").html($(this).html());$(".citystr").removeClass("on");
$(".allcountry").hide();start_search();}
else{
$("#areaid").val("0")
//if ($("#cityid").val() != thisid){
$(".xcity li").removeClass("on");
$(this).addClass("on");
$(".xarea").html("
加载中.. ");
var areahtml="
全" + $(this).html() + " ";selected="";
$.each(areaJson, function (k, p) {
if (p.CityID == thisid) {
areahtml = areahtml+ "
" + p.AreaName + " ";
}
});
$(".xarea").html(areahtml);
//$.get("/public/returnhtm/return_job_ajax.asp",{cmd: "companyarea",cityid:thisid,proname: escape($(this).html())},function (da){$(".xarea").html(da)});
//}
$("#cityid").val(thisid);
start_search();
}
})
$(".xarea li").live("click",function(){
var thisid = $(this).attr("data-id");
$(".xarea li").removeClass("on");
$(this).addClass("on");
$("#areaid").val($(this).attr("data-id"));
$(".citystr").html($(this).html());
$(".allcountry").hide();
//$("#searbtn").hide();
start_search();
$(".citystr").removeClass("on");
})
//所在城市===========================end==============================
function start_search()
{
$("#form1").submit();
bodyScroll_s()
$("#searbtn").hide();
}
function jnewMenu(i)
{
$(".otype").hide();
console.log('i:'+i)
switch (i) {
case 0:
$(".allclass").show();
bodyScroll();
$('.classi_id').scrollTop($('.classi_id .c_' + $("#Job_ClassI_Id").val()).offset().top);
$('.classii_id').scrollTop($('.classii_id .c_' + $("#Job_ClassII_Id").val()).offset().top-200);
$('.classiii_id').scrollTop($('.classiii_id .c_' + $("#Job_ClassIII_Id").val()).offset().top-200);
break;
case 1:
$(".allcountry").show();
bodyScroll();
$('.xprovice').scrollTop($('.xprovice .c_' + $("#provinceid").val()).offset().top-200);
$('.xcity').scrollTop($('.xcity .c_' + $("#cityid").val()).offset().top-200);
$('.xarea').scrollTop($('.xarea .c_' + $("#areaid").val()).offset().top-200);
break;
case 2:
bodyScroll();
$(".multipoint").show();
break;
case 3:
bodyScroll();
$(".moreselect").show();
break;
}
}
})
苏州旺康诊所
苏州 吴中区
10年以上
中专
住房补贴 餐补
8-27
一、工作内容:
二、任职要求:
三、福利待遇:
四、工作时间:
铁力市铁骊中医97国际9761携手利物浦开启官方合作
伊春 铁力市
3年以上
不限
五险 包吃 包住 生日福利 年终分红
8-27
六盘水市钟山区民生97国际9761携手利物浦开启官方合作
六盘水 钟山区
5年以上
中专
包住 包吃 绩效奖金
8-27
成都高新谦康中西医结合诊所 VIP
成都 高新区
10年以上
中专
包吃 包住 带薪年假
8-27
南宁黄源元御健康管理服务有限97国际9761携手利物浦开启官方合作
南宁 西乡塘区
1年以上
大专
五险 绩效奖金
8-27
顺德北滘桃西门诊部
佛山 顺德区
7年以上
大专
五险 包吃 包住 绩效奖金
8-27
幸福家园养老护理院 VIP
桂林 临桂区
不限
中专
包吃 包住 五险
8-27
瑞金市象湖镇岗背村卫生所(四分所)
赣州 瑞金市
不限
不限
包吃
8-27
杨健楼个体诊所 VIP
江门 新会区
1年以上
大专
8-27
常熟方浜诊所 VIP
苏州 常熟市
10年以上
中专
包吃 包住
8-27
全国全科医生相关岗位97国际9761携手利物浦开启官方合作
';
$(".topright").html(loginhtml);
}else if(GetSubCookie("usercookies","usertype")=='c'){//企业
var loginhtml='
';
$(".topright").html(loginhtml);
}
})
}
if(GetSubCookie("usercookies","usertype")!='p'){$(".sort").addClass("none");}
//关键词搜索==============
document.getElementById("index_newkeyword").addEventListener("keydown",function(e){
if(13 == e.keyCode){ //点击了“bai前往”
document.activeElement.blur();//隐藏软键du盘
$("#index_search_submit").click();//在其他地方定zhi义了登录函数,此处省略
}
},false);
var historyCount = 6; //保存历史记录个数
/**
* 增加浏览历史记录
* @return
*/
//setHistory('indexkeyword','好1')
function setHistory(cName,cValue) {
var keyWords =JSON.parse(localStorage.getItem(cName));
var keyWord=cValue;
if (keyWords!='' && keyWords!=null) {//有数组
if(keyWord!='') {
for (var i = keyWords.length - 1; i >= 0; i--) {
if (keyWords[i] == keyWord) {
keyWords.splice(i, 1);
}
}
keyWords.push(keyWord);
if (keyWords.length >= historyCount) {
//删除最开始的多余记录
var count = keyWords.length - historyCount + 1; //需要删除的个数
keyWords.splice(0, count); //开始位置,删除个数
}
localStorage.setItem(cName,JSON.stringify(keyWords));
}
} else {
keyWords = []
keyWords.push(keyWord);
localStorage.setItem(cName,JSON.stringify(keyWords));
}
}
function delHistory(cName){
localStorage.removeItem(cName)
}
function getHistory(cName){
var keyWords=JSON.parse(localStorage.getItem(cName))
if(keyWords!='' && keyWords!=null) {
var keys= keyWords;
var length = keys.length;
if (length > 0) {
$("#historyRecord").empty();
var htmlString = "
近期搜索清空 ";
for (var i = length - 1; i >= 0; i--) {
htmlString += "" + keys[i] + " ";
}
htmlString += " ";
$("#historyRecord").html(htmlString)
}
}
}
function ShowHistory(cName)
{
getHistory(cName);
$("#historyRecord").show();
}
$("#historyRecord a").live("click",function(){
if($(this).html()!=''){
$('#index_newkeyword').val($(this).html());
$('#index_newkeyword').focus();
$('#index_clear_keyword').show();
$("#historyRecord").hide();
}
})
$("#Keyword").focus(function(){
$(document).scrollTop(0);
$('#kq_search').height($(window).height()+'px');
$('.shadeloading').show();
bodyScroll()
$('.kq_search').show();
//获取二类别
//$("#search_class").html("加载中..");
var searchClassIIhtml="
所有类别 ";selected="";
$.each(ClassII_J_Json, function (k, p) {
if (p.ClassI_Id == $('#Job_ClassI_Id').val()) {
searchClassIIhtml = searchClassIIhtml+ "
" + p.ClassII_Name + " ";
}
});
//$("#search_class").html(searchClassIIhtml).show()
$('#index_newkeyword').select();
//alert($("#S_Type").val());$("input[name='rd']:checked").val();
$('#index_newkeyword').attr('placeholder',$('#Keyword').attr('placeholder'));
$("#index_newS_Type"+$("input[name='S_Type']:checked").val()).attr('checked','true');
//$("input[name*='index_newS_Type']").find("option[value='"+$("#S_Type").val()+"']").attr("selected",true);
//alert($("input[name*='S_Type']:selected").val());
$('#index_newkeyword').focus();
ShowHistory("indexkeyword1");
if ($('#index_newkeyword').val()!=''){$('#index_clear_keyword').show();}
$('#index_newkeyword').bind('focus input propertychange', function() {
if($('#index_newkeyword').val()!='' ){
if($("#index_newS_Type0").is(":checked")){
$.get("/public/returnhtm/return_job_ajax.asp",{cmd:"search_keyword",datakeys:1,indexkeyword:escape($('#index_newkeyword').val())},function(res){
if (res!=''){
$("#historyRecord").hide();
$('#search_result').html(res);
}else{
$('#search_result').html('');ShowHistory("indexkeyword1");}
});
}
$('#index_clear_keyword').show();
}else{
$('#index_clear_keyword').hide();
$('#search_result').html('');ShowHistory("indexkeyword1");
}
})
})
$("#searchland5").live("click",function(){
var statu = confirm("确定要清空吗?");
if(!statu){
return false;
}else{delHistory("indexkeyword1");$("#historyRecord").empty();}
});
$('#clear_keyword').live("click",function(){
$("#Keyword").val('');
$("#form1").submit();
});
$('#index_clear_keyword').live("click",function(){
$("#index_newkeyword").val('');
$('#Keyword').val('');
$(this).hide();
$('#search_result').html('');
ShowHistory("indexkeyword1");
});
window.addEventListener("pageshow", function (event) {if (event.persisted || window.performance && window.performance.navigation.type == 2){
if ($("#index_newkeyword").val()!=''){
$('#index_clear_keyword').show();
}else{
$('#index_clear_keyword').hide();
}
}},false);
$('#search_result li').live("click",function()//记录COOKIES
{
setHistory("indexkeyword1",$("#index_newkeyword").val());
}
)
$("input[name*='index_newS_Type']").live("click",function(){var newSelecttext=$("input[name*='index_newS_Type']:checked").val();
$("input[name*='S_Type'][value='"+newSelecttext+"']").attr("checked",true);})
//$("#S_Type").find("option[value='"+newSelecttext+"']").attr("selected",true);});
$(".kq-search-icon-cancel").live("click",function(){bodyScroll_s();$(".kq_search").hide();$('.shadeloading').hide()});
$("#index_search_submit").live("click",function(){
if (GetSubCookie("usercookies","username")=='' || GetSubCookie("usercookies","username")==null){
layer.confirm('请先登录,才能使用搜索', {
icon: 4,
title:false,
skin: 'layer-ext-moon' ,
//time:2000,
btn: ['免费注册','我是会员','找密码/账号'], //按钮
btn3:function(){
locations.href='/32'}
}, function(index){
$('#index_clear_keyword').hide();$('#search_result').html('');
locations.href='/kq36/RegPer.asp'
}, function(){
$('#index_clear_keyword').hide();$('#search_result').html('')
locations.href='/login.asp'
});
return false;
}
var index_newkeyword=$.trim($("#index_newkeyword").val());
$("#Keyword").val(index_newkeyword);
//var newSelecttext=$("#index_newS_Type").val();
//var newSelecttext=$("input[name*='index_newS_Type']:checked").val();
// $("#S_Type").find("option[value='"+newSelecttext+"']").attr("selected",true);
if (index_newkeyword!='')
{
setHistory("indexkeyword1",index_newkeyword);
}
bodyScroll_s();$(".kq_search").hide();$('.shadeloading').hide();$("#subsearchbtn").click()
});
//关键词搜索end ==============
您意向职位 要增加'+jobname+' 吗? 单位搜'+jobname+'时,才能搜到您
')
}else if (res.Cityhas==0){
var cityname=$('.citystr').html()
if (provinceid==15 || provinceid==8 || provinceid==13 || provinceid==27){}else{
if ($("#areaid").val()>0){ cityname=$('.xcity').find(".on").html();
}
}
$(".recommend-card-list").prepend('
您期望工作地 要增加'+cityname+' 吗? 增加后'+cityname+'单位才能搜到您
')
}else if (res.fpjobhas==0 && res.F_P_Job!=''){
$(".recommend-card-list").prepend('
您的岗位性质 要增加“'+res.F_P_Job+'” 吗?
')
}
})
}
$(".editclass").live("click",function(){
top.locations.href='/kq36/editresume_.asp?act=qzyx&typen=class'
})
$(".edithplace").live("click",function(){
top.locations.href='/kq36/editresume_.asp?act=qzyx&typen=city'
})
$(".editfpjob").live("click",function(){
top.locations.href='/kq36/editresume_.asp?act=qzyx'
})
$(".savehplace").live("click",function(){
layer.load();
var provinceid=$('#provinceid').val()
var cityid=$('#cityid').val()
var areaid=$('#areaid').val()
if (provinceid==15 || provinceid==8 || provinceid==27 || provinceid==13){}else{areaid=0}
$.getJSON("https://api.kq36.com/public/returnhtm/return_uni-app.asp?callback=?",{cmd:"savehplace",provinceid:escape(provinceid),cityid:escape(cityid),areaid:escape(areaid),typen:'3g'},function(da){
layer.closeAll();
if (da.status==1){
layer.msg(da.msginfo,{time:3000});
$(".Categoryinfo").remove();
}else{
$(".Categoryhtml").html(da.msginfo.replace(' >',''))
$(".savehplace").html('修改期望地').addClass('edithplace').removeClass('savehplace');
}
})
})
$(".savefpjob").live("click",function(){
layer.load();
var F_P_Job=$('#F_P_Job').val()
$.getJSON("https://api.kq36.com/public/returnhtm/return_uni-app.asp?callback=?",{cmd:"savef_p_job",f_p_job:escape(F_P_Job),typen:'3g'},function(da){
layer.closeAll();
if (da.status==1){
layer.msg(da.msginfo,{time:3000});
$(".Categoryinfo").remove();
}else{
$(".Categoryhtml").html(da.msginfo.replace(' >',''))
$(".savefpjob").html('修改岗位性质').addClass('editfpjob').removeClass('savefpjob');
}
})
})
$(".savetitle").live("click",function(){
layer.load();
$.getJSON("https://api.kq36.com/public/returnhtm/return_uni-app.asp?callback=?",{cmd:"savetitle",Job_ClassI_Id:escape($('#Job_ClassI_Id').val()),Job_ClassII_Id:escape($('#Job_ClassII_Id').val()),Job_ClassIII_Id:escape($('#Job_ClassIII_Id').val()),typen:'3g'},function(da){
layer.closeAll();
if (da.status==1){
layer.msg(da.msginfo,{time:3000});
$(".Categoryinfo").remove();
}else{
$(".Categoryhtml").html(da.msginfo.replace(' >',''))
$(".savetitle").html('修改职位').addClass('editclass').removeClass('savetitle');
layer.msg(da.msginfo);
}
})
})
康强新版本3.2
已更新:
1、智能推荐
2、优化体验
3、BUG修复
提醒:
无法更新请删除应用再下载
栏目速览
公开信息按发布时间滚动。 相关阅读 阅读「97国际9761携手利物浦开启官方合作」后,可回到列表或查看相邻条目。
建议先扫读标题与摘要,再进入全文。 相关阅读 同栏目条目通常按时间倒序排列。
若从搜索引擎进入,可先确认当前栏目名称,再按需打开相关阅读。 继续了解
收到简历
消息
发布简历
我的收藏
面试通知
办理会员
康强医疗人才网APP
管理招聘
安全退出
简历外发
内容目录 全科医生 / 找密码? / 医生助理 / 门诊主任
本站内容按公开信息整理,栏目与正文互为入口,便于对照阅读。