# Recruitment Information
**Source**: https://career.cuhk.edu.cn/en/job/view/id/467250
**Parent**: https://career.cuhk.edu.cn/en/
- [Home](https://career.cuhk.edu.cn/en)
- >
- [Recruitment Information](https://career.cuhk.edu.cn/en/job/search)
- >
- Details
- [Jobs](https://career.cuhk.edu.cn/en/job/search)
广发证券Fintech26届春招
Post Time:2026-03-10
Deadline:2026-05-30
[Apply](javascript:getApply(467250))
Company name:[广发证券](javascript:;)
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');
}
}
}
});
}
- [Admissions](https://intladmissions.cuhk.edu.cn)
- [Research Administration](https://www.cuhk.edu.cn/en/research)
- [Academic Links](https://oal.cuhk.edu.cn/en)
- [Registry](https://registry.cuhk.edu.cn/en)
- [Student Affairs](https://osa.cuhk.edu.cn/en)
- [Calendar](https://registry.cuhk.edu.cn/en/page/277)
- [Foundations](http://foundation.cuhk.edu.cn/foundation_en)
- [Jobs](https://www.cuhk.edu.cn/en/taxonomy/term/37)
- [Tender Notice](https://businessoffice.cuhk.edu.cn/index.html)
Copyright © All Rights Reserved. CUHK-Shenzhen
var ScrolltoTop = $(".backtop");
$(ScrolltoTop).click(function() {
$('html, body').animate({
scrollTop: 0
},100)
});