摘要: //添加"一周开发计划表"弹出跳出 var tmpBtn = $("一周开标计划表"); //$("#panneldiv .isearch").prepend(tmpBtn); $("#panneldiv").append(tmpBtn); $("#panneldiv .select").in... 阅读全文
posted @ 2014-08-07 09:02 Coca-code 阅读(496) 评论(0) 推荐(0)
摘要: //位置在屏幕中心JS代码$.fn.positionAbsoluteCenter = function () { if ($(this).length != 1) { return false; }; var $this = $(this); $.fn.positionAbsoluteCenter.... 阅读全文
posted @ 2014-08-07 08:58 Coca-code 阅读(199) 评论(0) 推荐(0)