Event fired when the AdminLTE sidebar is collapsed

 

Clicking here will trigger the expanded.pushMenu or collapsed.pushMenu event

If you need to write relevant logic when the event is triggered, you can use the following methods

$("body").on("expanded.pushMenu", function() {
...
});

$("body").on("collapsed.pushMenu", function() {
...
});

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325852390&siteId=291194637