個人登錄企業(yè)登錄
個人注冊企業(yè)注冊
面試通知人事經(jīng)理來信工作申請記錄我的簡歷職位收藏夾簡歷保密設(shè)定退出登錄
發(fā)布招聘職位管理招聘信息推薦的簡歷收到應(yīng)聘簡歷已發(fā)面試通知招聘邀請記錄退出登錄
打開微信掃一掃
掃一掃立即使用
個人登錄注冊簡歷個人中心查詢職位近期招聘
企業(yè)登錄企業(yè)注冊搜索人才企業(yè)中心職位競價
網(wǎng)絡(luò)招聘圖片招聘個性化招聘現(xiàn)場招聘委托招聘勞務(wù)派遣
新手上路常見問題搜索幫助求職幫助招聘幫助使用指南
關(guān)于我們品牌推廣聯(lián)系方式服務(wù)協(xié)議投訴建議友情鏈接
龍湖 金平 外砂 潮陽 澄海 南澳 濠江 潮南 惠陽 電商 全國 饒平 揭陽 潮安 潮州 惠州 廣州 深圳 東莞 普寧 佛山 珠海 中山 江門 湖南 梅州 汕尾 福建 手機版 總站
人氣火爆的汕頭人才網(wǎng)站
玩具 設(shè)計 澄海區(qū) 軟件 管理 業(yè)務(wù) 文員 運營 銷售 主管
什么是絕對匹配?
抱歉,沒有搜索到相關(guān)職位,您可以更換其他條件搜索哦!
智能推廣 ,提升曝光率第一選擇
1) { for (var i = 0; i < arr.length - 1; i++) { if (i > 0) { newlist += ","; } newlist += arr[i]; } } console.log(newlist); return newlist; } $(function () { if ($.cookie("offersearchoptions") != null) { $(".search_more").show(); $(".search_job_expand a").find("bdo").html("收起條件"); $(".search_job_expand a").find("i").removeClass("arrow_bottom").addClass("arrow_top"); } $("#search_t1").hide(); $("#search_t2").show(); $("#search_t3").hide(); //調(diào)用說明:【參數(shù)1】:點擊執(zhí)行彈出選擇職位,【參數(shù)2】:點確認后賦值的對象,【參數(shù)3】:為隱藏域的賦值的對象,【參數(shù)4】:為彈窗口ID不可重復(fù),【參數(shù)5】:限止選擇個數(shù) // $("body").jobchoose("職位選擇", "#job_choose", "#job_choose bdo", '#ctl00_ContentPlaceHolder1_job_choose_txt', "popid1", 3); $("body").jtypechoose("行業(yè)類別", "#jtype_choose", "#jtype_choose bdo", '#ctl00_ContentPlaceHolder1_jtype_choose_txt', "popid2", 1); // $("body").citychoose("地區(qū)選擇", "#workplace_choose", "#workplace_choose bdo", '#ctl00_ContentPlaceHolder1_workplace_choose_txt', "popid3", 3); //篩選 $(".search_filer .p").hover(function () { if ($(this).find("div").length > 0) { $(this).find("div").slideDown(); } }, function () { if ($(this).find("div").length > 0) { $(this).find("div").slideUp(); } }); //$(".search_filer .p a").click(function () { // if (!$(this).parent().hasClass("p")) { // $(this).parents(".p").find("input").val($(this).attr("data")); // $(this).parents(".p").find(".sel bdo").html($(this).html()); // $(this).parent().hide(); // $(this).addClass("cf80").siblings().removeClass("cf80"); // } //}); //更多條件 $(".search_job_expand a").click(function () { if ($(this).find("i").hasClass("arrow_bottom")) { $(".search_more").slideDown(); $(this).find("bdo").html("收起條件"); $(this).find("i").removeClass("arrow_bottom").addClass("arrow_top"); $.cookie("offersearchoptions", "true"); } else { $(".search_more").slideUp(); $(this).find("bdo").html("更多條件"); $(this).find("i").removeClass("arrow_top").addClass("arrow_bottom"); $.cookie("offersearchoptions", null); } }); //選擇條件 $(".search_more .p a").click(function () { //if ($(this).hasClass("crently")) { // $(this).removeClass("crently").parents(".p").find(".first").eq(0).addClass("crently");; // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // if ($(".search_more .seleted .p a").length == 0) { // $(".search_more .seleted").hide(); // } //} //else { // $(".search_more .seleted").show(); // if ($(this).removeClass("crently").parents(".p").find(".first").eq(0).hasClass("crently")) { // $(this).removeClass("crently").parents(".p").find(".first").eq(0).removeClass("crently"); // } // $(this).addClass("crently").siblings().removeClass("crently"); // if (!$(this).hasClass("first")) { // //除第一個選項才顯示到已選擇里面 // if ($(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").length > 0) { // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // } // $(".search_more .seleted .p").append('' + $(this).text() + ''); // selectedbind(); // } // else { // //選擇全部 // if ($(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").length > 0) { // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // } // if ($(".search_more .seleted .p a").length == 0) { // $(".search_more .seleted").hide(); // } // } //} }); //切換顯示 $(".show_type a").click(function () { if (!$(this).hasClass("crently")) { $(this).addClass("crently").siblings().removeClass("crently"); $(this).find(".stype2").length > 0 ? $(".search_rlist .detail").hide() : $(".search_rlist .detail").show(); } }); //職位申請 $(".capp_dialog").click(function () { var jid = $(this).parent().attr("jobsn"); $.post("/new_detail/ashx/personal_job_status.ashx", { "r": Math.random() }, function (data) { var obj = JSON.parse(data); if (obj.success == "Y") { layboxs("/dialog/company_app.aspx?id=" + jid); } else if (obj.success == "L") { layboxs("/dialog/company_app.aspx?id=" + jid); } else { if (obj.msg == "無簡歷") { layboxs("/dialog/wresume.aspx?id=" + jid); } else if (obj.msg == "無審核") { layboxs("/dialog/company_gettel_msg.aspx?stype=2"); } else if (obj.msg == "無顯示") { layboxs("/dialog/company_gettel_msg.aspx?stype=1"); } } }); //layboxs("/dialog/company_app.aspx?id=" + jobsn ); }); //職位收藏 $(".ccollect_dialog").click(function () { var jobsn = $(this).parent().attr("jobsn"); layboxs("/dialog/company_collect.aspx?jobsn=" + jobsn); }); //全選 $("#selectall").change(function () { if ($(this).is(":checked")) $(".search_rlist .checkbox input").prop("checked", true); else $(".search_rlist .checkbox input").prop("checked", false); }); //批量收藏職位 $(".collect_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.aspx?txt=" + escape("請至少選擇一個需要操作的職位!")); else layboxs("/dialog/company_collect_all.aspx?jobsn=" + idlist); }); //批量申請職位 $(".invite_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.aspx?txt=" + escape("請至少選擇一個需要操作的職位!")); else layboxs("/dialog/company_app_all.aspx?id=" + idlist); }); //批量查看職位 $(".look_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.html?txt=" + escape("請至少選擇一個需要操作的職位!")); else gourl("showjob.aspx?idx=" + idlist); }); }); var JobJS = new Selector("JobJS", 3, 1); JobJS.Init(); var CityJS = new Selector("CityJS", 1, 0); CityJS.Init(); reloadwork('ctl00_ContentPlaceHolder1_job_choose_txt','job_choose'); reloadcity('ctl00_ContentPlaceHolder1_workplace_choose_txt','workplace_choose');
服務(wù)熱線
手機招聘
汕頭人才網(wǎng)—網(wǎng)上汕頭人才市場! 汕頭找工作、汕頭招聘網(wǎng)-汕頭雄鷹人才網(wǎng)【strcw.cn】版權(quán)所有 ? 2005-2025 人力資源服務(wù)許可證編號:440583001502 特別敬告:未經(jīng)汕頭雄鷹人才網(wǎng)允許,不得轉(zhuǎn)載本站任何信息。汕頭人才網(wǎng)站中人氣火爆的汕頭人才網(wǎng),優(yōu)選的汕頭招聘網(wǎng)站。 求職招聘寶APP下載 中華人民共和國增值電信經(jīng)營ICP許可證編號:粵ICP備09136788號-31 工商注冊編號:440500000020809 粵公網(wǎng)安備案證字第:4405013010591號
二維碼
服務(wù) 熱線
在線 客服
投訴 建議
返回 頂部
最近聊天