On 7/9/07, Stephan Beal <[EMAIL PROTECTED]> wrote:

How do i permanently remove items from the DOM *and* jQuery object? i
am aware of jQuery(..).remove(), but the docs for remove() say:


Assuming there is one(I'm fairly low-level with JS) have you tried just
using the regular Javascript process for doing this? jQuery makes a lot of
things convenient/easier, but it's not trying to replace things that are
already fine. So, for example if you need to create an element, just use
regular old createElement().

Reply via email to