I'm creating simple image manager using jcarousel.lite
Then user deletes image from carousel i need remove them from currently editing document
I'm trying to use jQuery(wym._doc.body).remove('IMG') for example but this don't work.
How can i remove document elements through jQuery calls ?