Guest User

Untitled

a guest
Feb 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $("#editor tr td:not(:last):nth-child(2)").html('<div class="sort control">S</div>');
  2.     $("#editor table tr td:eq(1)").html(''); //eq returns always just one, in this case the :last one and excludes it from the .html() from line one
Add Comment
Please, Sign In to add comment