0
我希望在進入頁面時關閉邊欄。我無法找到我所做的一切。Jquery - 頁面加載時打開邊欄
// butonları görünür yap
setTimeout(function(){
oContainer.animate({ left : 0 });
}, 200);
// butonları gizle/göster
$('body').on('click', '.show-hide-contact-bar', function(e){
e.preventDefault();
e.stopImmediatePropagation();
$('.show-hide-contact-bar').find('.fa').toggleClass('fa-angle-right fa-angle-left');
oContainer.find('.cb-ancor').toggleClass('cb-hidden');
});
我使用jQuery Plugin For Floating Social & Contact Sidebar