colorbox不弹出

一个链接的,用js写colorbox,不弹出但是刷新本页面
$(document).ready(function () {
var divFront = document.createElement("div");
divFront.setAttribute("ID", "umdf-front");
$(divFront).colorbox({
"width": "916px",
"height": "483px",
});}

你创建了一个div 这个div 你最后没有把这个div 放在页面上某个位置。所以页面上没有这个元素