Can someone assist me with implementing a jQuery half slide function from left to right? Please check out the following URL for more information: http://jsfiddle.net/prabunivas/Fy9Hs/2/
<div>
<div id="col1" style="float:left">
<div style="display:none">Slide DIV</div>
</div>
<div id="col2">
<div style="width:320px;border:1px solid red">Actual content
<input type="button" id="slide-btn" value="slide" />
</div>
</div>
</div>