#apexworld, #apex, #MOCA, #oracleapex, #farooqahmad, #menu, #custommenu, #softwareandwebsite, #ORACLE, #DATABASE
Auto expand navigation menu on hover in oracle apex | Oracle Apex navigation menu auto expend
(function($) {
$(window).on('theme42ready', function() {
/* Make sure that the navigation menu is collapsed on page load */
if ($('.t-PageBody').hasClass('js-navExpanded')) {
$('#t_Button_navControl').click();
}
/* Expand on mouse over, collapse on mouse out */
$('.apex-side-nav .t-Body-nav').hover(
function(){
//only expand if the side menu is collapsed
$('.t-PageBody:not(.js-navExpanded) #t_Button_navControl').click();
},
function() {
$('#t_Button_navControl').click();
}
);
});
})(apex.jQuery);
For Training And Product Please Contact ....
Like Comment Share Subscribe And Press The Bill Icon...
[email protected]
/ farooq-ah. .
+92-344-4256-748