|
|
@ -2,12 +2,9 @@
|
|
|
|
* Created by ttang on 2016/5/24.
|
|
|
|
* Created by ttang on 2016/5/24.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
$(document).ready(function(){
|
|
|
|
$(document).ready(function(){
|
|
|
|
window.onload = function(){
|
|
|
|
$("th").each(function(){
|
|
|
|
$("th").each(function(){
|
|
|
|
$(this).css("width",$(this).width()-1);
|
|
|
|
$(this).css("width",$(this).width()-1);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resizeable_table = function(colS,colE,p1,p2){
|
|
|
|
resizeable_table = function(colS,colE,p1,p2){
|
|
|
|
var headerTds = document.getElementById("homework_table").rows[0].cells;
|
|
|
|
var headerTds = document.getElementById("homework_table").rows[0].cells;
|
|
|
|
var mousedown = false;
|
|
|
|
var mousedown = false;
|
|
|
|