Guest User

Untitled

a guest
Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. this.steps.find("li").each(function(i) {
  2. if ($(this) != $(this).parent().find("li:last")[0]) {
  3. $(this).remove();
  4. }
  5. });
Add Comment
Please, Sign In to add comment