How do I use jQuery effects in this Code ?? The code for a button that Hide the site menu And expand the middle of the screen workspace I want this work to be done with effects and slowly..
function woow_HIDE(){
document.getElementById('sidebar').style.display='none';
document.getElementById('himenu').style. display='block';
$('#mainbar').removeClass('col-lg-10 col-md-10');
$('#mainbar').addClass('col-lg-12 col-md-12');
}