Hi,
If, after the document has fully loaded, I want to append a DIV to the end of
another DIV with id = "todoList", what is the easiest way to do that? The HTML
code that I want to append is below ...
<div class="sidebarToDo" width="100%" id="dToDo3">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td><input type="checkbox" name="completed"></td>
<td class="sidebarText"><input type="text" size="10" name="newItem"
id="newItem"></td>
<td align="right"><a class="editTDItem" href='#'><img
src="images/edit.gif" alt="Edit" border="0"></a></td>
<td align="right"><a class="deleteTDItem" href='#'><img
src="images/deleteLink.gif" alt="Delete" border="0"></a></td>
</tr>
</table>
</div>
Thanks, - Dave
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/