My appologies for the silly reply. Instead try: (if it's ok to hide
the container)
$('#div_container').hide().append('hi there!').show('slow');
If you want to keep the container visible then try:
$('#div_container').append('hi there!');
$('#div_container:last-child').show('slow');
On Jun 20,
You could try $('#div_container').hide(this).append('hi there!').show('slow');
On Jun 20, 2:03 pm, Eric P wrote:
> Hi,
>
> I'm guessing this is an easy question, but I can't figure it out.
>
> I want to add some new content to the DOM, so I have a line like this.
> $('#div_container').append('hi
2 matches
Mail list logo