jquery easing problem
问题 I have what I thought was a simple piece of jquery, but it's turning out to be a pain. The slideUp part of this works fine, but it doesn't then slide down... It does work though if I take out the easing part of the slideUp. Any ideas? $('.clickableDiv').click(function() { $("<div style='background-image:url(../images/properties/images/bk-01.jpg); width:965px; height:398px;'><img src='../images/properties/text/bk.gif' width='965' height='398' /></div>").prependTo("div.myDiv2"); $("div.myDiv1")