摘要:
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:... 阅读全文
摘要:
var nums = "num_table"; $('#'+ nums +' .page_range:eq('+ i +') a').html(this.start + i ); 阅读全文