Can you change the direction of the toggle () effect of JQuery? For example, I made a button that when clicking, it shows and closes a div
$('.botao').click(function(){
$('.div').toggle(700);
});
Only, that he kind of has a...
asked by
20.04.2017 / 13:24