You can insert directly into a DIV. Use the html() method:
 
$('#yourDiv').html('this text would get inserted into your div');

  _____  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mitchell Waite
Sent: Thursday, August 02, 2007 4:08 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Inserting text in a DIV


Can you insert text directly into a div from jQuery or does it have to be an
element like a table that is inside the div? 

Reply via email to