Count the number of li's in a ul after some of the li's have had .remove() on them?
- by tarnfeld
When you hit the delete button a nice effect is run on that li and it is removed by using jquery's .remove() function.
For some reason if i try to .size() on the parent ul it just still says the number of list items that were there when the page loaded?