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

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -