hide left sidebar and header on window load in AdminLTE theme


paste below code in header or footer  to apply on all pages else paste in particular pages.

$(window).on('load',function(){
$("#header-wrap").hide();
  $('body').addClass('header-collapsed');
  $(".arrow-icon").toggleClass("open");
 
  //leftsidebar collapsed or minisidebar
$("body").addClass('sidebar-collapse');
})

Comments

  1. https://www.facebook.com/Jawahar-Navodaya-Vidhyalaya-Batch-2004-279083268966655

    ReplyDelete

Post a Comment

Popular posts from this blog

datatable with both top and bottom scroll bar.

Display Loader and disable page while waiting for ajax request

Invalid bean property or is not readable to loading Jsp page