skip to Main Content

how to change the background colour of entire body except a sidebar div – Photoshop

How can I overlay and dim screen, after click on a menu button? <ul id="gn-menu" class="gn-menu-main"> <li class="gn-trigger"> <a class="gn-icon gn-icon-menu"><span>Menu</span></a> <nav class="gn-menu-wrapper"> <div class="gn-scroller"> <ul class="gn-menu"> <li class="gn-search-item"> <input placeholder="Search" type="search" class="gn-search"> <a class="gn-icon gn-icon-search"><span>Search</span></a> </li> <li> <a class="gn-icon…

VIEW QUESTION

jquery current parent and child selectors – Photoshop

I am having a slight trouble in selecting the correct current <ul> <li> selectors $('#menu > li').on('mouseover', function (e) { $(this).find("ul:first").show(); $(this).find('> a').addClass('active'); }).on('mouseout', function (e) { $(this).find("ul:first").hide(); $(this).find('> a').removeClass('active'); }); in the above code I can find the <ul…

VIEW QUESTION
Back To Top
Search