I have question how easy remove content from DIV, e.g.
<div id='test'>test text</div>

I thought that code
$('#test').remove()
managed it, but it doesnt true. Thx in advance.

Reply via email to