I am looking for the proper, simple, small code to do the following things:
Click on Element with Class Applied to it.
DIV.CLASS - Which expands
$('.expand-one').click(function(){ $('.content-one').slideToggle('slow'); });
Demo: http://jsfiddle.net/Q4PUw/2/