wide content toggler
This commit is contained in:
parent
1b899691a7
commit
3569264837
3 changed files with 5 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
|||
$elem.wrapInner('<a href="#toggleMenu" class="toggler"></a>');
|
||||
},
|
||||
setWideContent = function(){
|
||||
|
||||
$('body').addClass('wide-content');
|
||||
},
|
||||
setDefaultContent= function(){
|
||||
|
||||
$('body').removeClass('wide-content');
|
||||
},
|
||||
toggleState = function($toggler){
|
||||
$toggler.toggleClass('closed');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue