JQUERY fadeIn - Why is it flashing the entire UL, and not the LI that is being appened?

Posted by nobosh on Stack Overflow See other posts from Stack Overflow or by nobosh
Published on 2010-03-22T01:32:14Z Indexed on 2010/03/22 1:41 UTC
Read the original article Hit count: 249

Filed under:
|
|

Given the following:

$("#taglist").append('<li><a href="">' + v + '</a></li>').hide().fadeIn();

Why does it fadeIn the entire taglist LI list, and not juse the new item that was appended which is what I want to happen?

Thanks

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-plugins