$('#test').text('') or $('#test').html('') might be what you want.

On Sat, Jan 24, 2009 at 11:22 AM, Charlie22 <ch...@post.cz> wrote:
>
> 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