Guest User

Untitled

a guest
Mar 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var fromtime = obj[i].FromTime; // Here fromtime gives id of a column not index
  2. var totime = obj[i].totime; // Here totime gives id of a column not index
  3. $(row1).children('td').slice(fromtime,totime).not('td:eq(0)').not('td:eq(0)').css({ "background-color": workcolor });
Add Comment
Please, Sign In to add comment