html - Content following after jquery, bouncing instead of flowing -
what's wrong? content following jquery script not flowing it's relative position on jquery click. instead bouncing.
http://jsfiddle.net/sywgrkep/1/
<div>hey you</div>
you can use jquery .slidetoggle function.
$("#pfcontainer_inner_phead_clicker").click(function () { $("#pfcontainer_inner_phead_slider").slidetoggle(200); });
Comments
Post a Comment