Guest User

Untitled

a guest
Feb 11th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $$
  2.  
  3. allTds.each(function(td) {
  4. // Set background to red on selected tds.
  5. td.style.background = '#f00';
  6. });
Add Comment
Please, Sign In to add comment