MENU

Recruitment Information

【Open for Int'l Students】 Launch your global HR Internship with Tencent
Post Time:2025-04-01 Deadline:2025-05-09

Company name:Tencent

Countries & Regions:Guangdong - Shenzhen

Work Type:Internship

Position Type:Others

Number Of Vacancy:Several

Salary Range:face to face

Job Description

                        </div>
                    </div>
                                        

                </div>
                <!-- 文章内容 end -->

            </div>
        </div>
    </div>
</div>
<!-- 内容部分 end -->

<script>
    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: