Metadata
Title
Recruitment Information
Category
international
UUID
ba81047158f144ec922c25be9ef1ff59
Source URL
https://career.cuhk.edu.cn/en/job/view/id/467250
Parent URL
https://career.cuhk.edu.cn/en/
Crawl Time
2026-03-11T01:06:55+00:00
Rendered Raw Markdown

Recruitment Information

Source: https://career.cuhk.edu.cn/en/job/view/id/467250 Parent: https://career.cuhk.edu.cn/en/

广发证券Fintech26届春招

Post Time:2026-03-10 Deadline:2026-05-30

Apply

Company name:广发证券

Countries & Regions:No requirement

Work Type:Full time

Position Type:Others

Number Of Vacancy:Several

Salary Range:face to face

Job Description

function showDialog(json){ if(json.option.type >= 3){ // var newDialog = $.dialog(json.dialog); var myArt = dialog({ title:json.dialog.title || '消息', content:json.dialog.content, width:'240px', quickclose: true, backdropOpacity:0.8, fixed: true, drag:false }); myArt.showModal();//装载HTML页面 }else if(json.option.type < 3){ if (json.dialog.content=='请登录') { var location = json.dialog.init; location(); } else { // dialog = $.dialog(json.dialog); var myArt = dialog({ title:json.dialog.title || '消息', content:json.dialog.content, width:'240px', quickclose: true, backdropOpacity:0.8, fixed: true, drag:false }); myArt.showModal();//装载HTML页面 } } } function getApply(id){ var apply_btn = false; if(apply_btn) return false; apply_btn = true; $.ajax({ type: 'post', url: '/job/operate', data: {jobid: id, type: 'apply'}, dataType: "jsonp", jsonpCallback: "showDialog", success: function(data, status){ apply_btn = false; } }); } function getCollect(id){ collection_btn = false; if(collection_btn) return false; collection_btn = true; var cancel = $('#sc'+id).data('cancel'); $.ajax({ type: 'post', url: '/en/job/operate', data: {jobid: id, type: 'collect',cancel:cancel}, dataType: "jsonp", jsonpCallback: "showDialog", success: function(data, status){ collection_btn = false; if(status == 'success' && data.dialog.icon=='succeed'){ if (cancel === true) { $('#sc'+id).removeClass('on').data('cancel', 'false'); } else { $('#sc'+id).addClass('on').data('cancel', 'true'); } } } }); }

Copyright © All Rights Reserved. CUHK-Shenzhen

var ScrolltoTop = $(".backtop"); $(ScrolltoTop).click(function() { $('html, body').animate({ scrollTop: 0 },100) });