[jQuery] Re: Question Animating and Removing Elements

2009-06-01 Thread spryor
Hi Karl, Thanks for the response. It works great. Thanks, Stephen

[jQuery] Question Animating and Removing Elements

2009-06-01 Thread spryor
Hi, I have a scenario where the user can click a delete button to remove a dynamic element from the page. Whent he button is clicked I want the element to slide up and then be removed from the DOM. I can't make this work however. I can either slide it up or remove it. Can anyone tell me how to for