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

How to get equal columns? – SEO

I have this class for a megamenu used in a category menu for an ecommerce web application. class categories { var $categorie; var $tabs; var $subcategorie; var $website; var $coloane = 3; var $randuri = 10; function tabs(){ global $pdoconnect;…

VIEW QUESTION

WooCommerce tabs not working in Divi theme

I have a website using an old version of the Wordpress Divi theme and a woocommerce store. Toward the bottom of the product page is a "description" and a "review" tab. It should be populated like on this page: http://rattletree.com/wordpress2/product/joy-ep/…

VIEW QUESTION
Back To Top
Search