Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. 1. $('#myTable')
  3. 2. .find('.firstColumn')
  4. 3. .css('background','red')
  5. 4. .end()
  6. 5. .find('.lastColumn')
  7. 6. .css('background','blue');
Add Comment
Please, Sign In to add comment