ben bet

Tìm việc làm nhanh & Tuyển dụng hiệu quả
0 Chat
Ngôn ngữ
Màu chủ đề
Thu gọn
icon đổi mẫu cv ĐỔI MẪU CV icon thoát
icon thêm mục THÊM MỤC icon thoát
Mục chưa sử dụng
Mục đã sử dụng
icon hướng dẫn viết cv HƯỚNG DẪN VIẾT CV icon thoát
icon gợi ý việc làm AI365 VIỆC LÀM GỢI Ý TỪ AI365 icon thoát
icon đổi ngôn ngữ ĐỔI NGÔN NGỮ icon thoát
Cộng zoom
100% Trừ zoom
` const script1 = document.createElement('script'); script1.type = 'application/ld+json'; script1.textContent = JSON.stringify({ '@context': '//schema.org', '@type': 'ItemPage', url: seo?.url, mainEntityOfPage: seo?.title }); const viewportMeta = document.querySelector('meta[name="viewport"]'); const robotsMeta = document.querySelector('meta[name="robots"]'); robotsMeta.remove(); if (viewportMeta) { viewportMeta.insertAdjacentHTML('afterend', html); } else { document.head.insertAdjacentHTML('beforeend', html); }; document.head.append(script1) // Xử lý sau đăng nhập if (show) { const userType = ""; const baseInfo = null; // console.log(">>> baseInfo: ", baseInfo); await handleNoti(); const dataFull = cookies.inforFull if (dataFull) { inforFull = JSON.parse(decodeURIComponent(dataFull)) } if (window.innerWidth <= 1165) { $('header').append(''); } $('.avatar_lg.ava_uv img').attr('src', inforFull?.use_logo || userAvatar || `${STATIC_URL}/images/qluv/no_avatar.png`) $('.info_company .img_avatar').attr('src', infor?.data?.thong_tin?.use_logo) $('.dt_chat').attr('href', `/uvtv/${convertToSlugMucLuc(baseInfo?.name || infor?.data?.thong_tin?.use_first_name)}-uv${baseInfo?.id || infor?.data?.thong_tin?.use_id}`).text(inforUV?.use_first_name || infor?.data?.thong_tin?.use_first_name || inf?.use_first_name) $('.chat_notifice2 .num_tb').text(totalNoti); $('.ctn_menu_chat > .chat_notifice2').on('click', function () { showNoti = !showNoti; if (showNoti) { $('.usc_show_tb').show(); } else { $('.usc_show_tb').hide(); } }) if (listNoti.length > 0) { $('.msg').empty(); listNoti.map((item, index) => { $('.msg').append(notiItem(item, index)) }) } else { html = `Bạn không có thông báo nào` $('.msg').empty(); $('.msg').append(html) } $(document).on('click', '.delete_tb', function() { const id = $(this).attr('data-id'); handleDeleteNoti(id); }) $('#showhsxv_btn').on('click', function() { showHsXv = !showHsXv; if (showHsXv) { $('#showHsXv').show(); } else { $('#showHsXv').hide(); } }) const percents = inforFull?.candidate?.percents || null $('#showHtHs span').text(`${percents}%`) $('#refresh_hoso').on('click', async function () { await RefreshProfile(token_base365); alert('Làm mới hồ sơ thành công'); }) $('#showhths_btn').on('click', function() { showHtHs = !showHtHs; if (showHtHs) { $('#showHtHs').show(); } else { $('#showHtHs').hide(); } }) $('#showqltk_btn').on('click', function() { showQlTk = !showQlTk; if (showQlTk) { $('#showQlTk').show(); } else { $('#showQlTk').hide(); } }) $(document).on('click', '#show_kham_pha', function() { showKhamPha = !showKhamPha; if (showKhamPha) { $('#kham_pha_mb').show(); } else { $('#kham_pha_mb').hide(); } }) $(document).on('click', '#show_tien_ich', function() { showTienIch = !showTienIch; if (showTienIch) { $('#tien_ich_mb').show(); } else { $('#tien_ich_mb').hide(); } }) $('.btn_logout').click(function() { dangXuat(); currentUrl === '/' ? window.location.reload() : role == 1 ? window.location.href = '/nguoi-tim-viec.html' : window.location.href = '/' }) let inforUv = `
  • hoàn thiện hồ sơ
    Hoàn thiện hồ sơ
    mở rộng
  • việc làm gợi ý từ AI
    Việc làm gợi ý từ AI365
  • việc làm đã ứng tuyển
    Việc làm đã ứng tuyển
  • việc làm đã lưu
    Việc làm đã lưu
  • chat365
    Chat365
  • đăng xuất
     Đăng xuất
  • ` $('.ctn_mobi_sh_ul .container_menu_mobile').append(inforUv); $('.bgr_avatar').on('click', function() { showAvatar = !showAvatar; if (showAvatar) { $('#show_avatar').show(); } else { $('#show_avatar').hide(); } }) $('.switch input').on('change', async function() { await handleChangeDisplay(); if (allowSearch !== undefined) { $(this).prop('checked', allowSearch); } else { $(this).prop('checked', true); } }) $(document).on('click', '#showhsxv_btn_mobi', function() { showHsXvMobi = !showHsXvMobi; if (showHsXvMobi) { $('#showHsXv_mobi').show(); } else { $('#showHsXv_mobi').hide(); } }) $(document).on('click', '#show_hths_mobi_btn', function() { showHtHsMobi = !showHtHsMobi; if (showHtHsMobi) { $('#showHtHs_mobi').show(); } else { $('#showHtHs_mobi').hide(); } }) $(document).on('click', '#refresh_hoso_mobi', async function() { await RefreshProfile(token_base365); alert('Làm mới hồ sơ thành công'); }); $(document).on('click', '#showqltk_btn_mobi', function() { showQlTkMobi = !showQlTkMobi; if (showQlTkMobi) { $('#showQlTk_mobi').show(); } else { $('#showQlTk_mobi').hide(); } }) let socket = io('//socket.ufabetindo8.in', { secure: true, transports: ['websocket', 'polling'], }) function getDevice() { let N = navigator ? navigator.appName : '', ua = navigator ? navigator.userAgent : '', tem let M = ua.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i) if (M && (tem = ua.match(/version\/([\.\d]+)/i)) != null) M[2] = tem[1] M = M ? M[1] + ', version: ' + M[2] : N + ', version: ' + navigator.appVersion return M } if (!window.localStorage.getItem('_DEVICEID_')) { const deviceid = uuid.v4(); window.localStorage.setItem('_DEVICEID_', deviceid) deviceId = deviceid socket.emit('LoginWithIdDevice', deviceid, 'timviec365') } else { deviceId = localStorage.getItem('_DEVICEID_') socket.emit('LoginWithIdDevice', localStorage.getItem('_DEVICEID_'), 'timviec365') } deviceName = getDevice(); socket.on('QRLogin', async (device_id, email, password, chatUserType, id_chat) => { if (chatUserType != 1) { handleLoginCandidate(window.atob(email.replaceAll('+', '')), window.atob(password.replaceAll('=', '')), chatUserType) } }) const idChat = cookies.id_chat365 let qrText = renderQrText('QRLoginPc', deviceId, deviceId, deviceName, '', '', 0, idChat); // Generate the QR code if (document.getElementById("qr_dn")) { new QRCode(document.getElementById("qr_dn"), { text: qrText, width: 200, height: 200, correctLevel: QRCode.CorrectLevel.L }); } $(document).on('click', 'p.txt_qlc_more', function() { $('.modal_qr_dang_nhap').show(); }) $(document).on('click', '.modal_qr_dang_nhap .close_pop_login', function() { $('.modal_qr_dang_nhap').hide(); }) } }) {ben bet}|{ben bet}|{ben bet}|{ben bet}|{ben bet}|{ben bet}|{ben bet}|{ben bet}|{ben bet}|{ben bet}|