skatta wrote:
scott, i think that was it ... i also had some issues with my order of
effect events. only problem is now ... liek prepend is great, if i
want to remove the content i can't ... remove() seems to give it a
display:none attribute ... i want to dump it from the DOM 100%

"remove" removes items from the DOM but not the current JQuery object. As long as you don't hold on to that object and try to reuse it, you should be all set.

Good luck,

  -- Scott

Reply via email to