[jQuery] Remove an element but not it's content

2009-08-06 Thread paulswansea
I'm trying to remove a link, but keep the content within, is there a simple way to do this in jquery? ***This is a test turns into ***This is a test

[jQuery] Remove an

2009-07-05 Thread expresso
I want to remove the following and any after that which have the class jcarousel-item-placeholder in them I'm not sure how to go about this.

[jQuery] Remove an element ONLY if exists

2008-08-18 Thread Gewton Jhames
There's a way to remove a element by his id, but first check if it exists? thanks.