I have created this combi effect using jquery ui..
The problem is that it does not toggle as same as when we click first, i want reverse of that effect when we click the button second time and so on but it is not up to the mark while clicking second time...
Hide effect should like this:-
$(".menuViewArea").hide( "blind", {direction: "vertical"}, 1000 );
