skip to Main Content

Links not working while applying slideToggle – Photoshop

while applying slideToggle function the links are not working. below is the link for my demo site. http://codezigns.com/teyseer_laboratory/htm/toggle.html my script is $(".nav li > a").click(function(e) { $(this).parent().siblings().find('ul').slideUp(500); $(this).next('ul').stop().slideToggle(300); return false; }); and also include $(".trigger").click(function(e) { e.preventDefault(); $(".main-nav > ul").slideToggle(300);…

VIEW QUESTION
Back To Top
Search