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); }); 

http://jsfiddle.net/sywgrkep/3/


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -