[ad_1]
Gotta go, but you can do something like in my fiddle.
$(document).ready(function(){
$('.slide').click(function(){
$('.social').animate({width:'toggle'},350);
});
});
0
[ad_2]
solved How to make a slider element that hide/shows other elements [closed]