Guest User

Untitled

a guest
Feb 21st, 2018
56
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. $('#mypanel')
  3. 2. .find('TABLE .firstCol')
  4. 3. .removeClass('.firstCol')
  5. 4. .css('background' : 'red')
  6. 5. .append('<span>This cell is now red</span>');
Add Comment
Please, Sign In to add comment