tags:

views:

19

answers:

1

How to remove element from the stack, but not from the DOM?

Thanks ;)

+1  A: 

Just use the .not() method. It accepts a list of elements as well as a selector.

hobbs
Yea found it. Forgot about it damn... :) There is selector as well btw. I was thinking about filter method as well, for more flexible solution as well.
Beck