Guest User

Untitled

a guest
Dec 12th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $('.container td').each(function () {
  2. if ($(this).hasClass("class2") {
  3. $(this).addClass("class3"); //work
  4. $(this).append("<a href='http://url>url</a>"); //doesn't work.
  5. }
  6. }
Add Comment
Please, Sign In to add comment