<div id="test" style="width: 200px; height: 200px; background-color: blue;">
        test
</div>


<a href="#" onclick='$("#test").animate( {opacity : 0} );'>hide</a>
<a href="#" onclick='$("#test").animate( {opacity : 100} );'>show</a>


only the first link show the correct animation....second link will
failed if you click the first link first.

it can show up, but not an animation anyway....

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to