摘要: JQuery代码var $win;$win = $('#test-window').window({ title: '添加课程设置信息', width: 820, height: 450, top: ($(window).height() - 820) * 0.5, left: ($(window).width() - 450) * 0.5, shadow: true, modal: true, iconCls: 'icon-add', closed: true, minimizable: false, maximizable:... 阅读全文
posted @ 2012-08-28 11:12 摩根船长 阅读(92198) 评论(6) 推荐(4) 编辑
摘要: var nums = "num_table"; $('#'+ nums +' .page_range:eq('+ i +') a').html(this.start + i ); 阅读全文
posted @ 2012-08-28 10:58 摩根船长 阅读(247) 评论(0) 推荐(0) 编辑