Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to disable Navigation Menu List(Left Side Bar) on Page loading.

Riku230795May 6 2016 — edited May 6 2016

I want to disable navigation menu for a page in my application. On page loading I use this code:

$(window).on("theme42ready", function() {

   if ($("body").hasClass("js-navExpanded")) {

   $("#t_Button_navControl").click();

    }

});

But i want it to disable the navigation or not showing to that page.. How will it resolve?

Thanks,

Rekha.

This post has been answered by fac586 on May 6 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2016
Added on May 6 2016
3 comments
2,316 views