Hi All, I am trying to clone an element and add it with some animation efects. something like
$item.clone(true).appendTo($list).slideDown("slow"); It adds an element correctly, but I cannot get any effects working (tried fadeIn etc). What am i doing wrong? Thanks