Home › Forums › MapPress Support › Map appearing partially in a toggle › Reply To: Map appearing partially in a toggle
July 17, 2013 at 1:01 pm
#13031
Keymaster
Strange, I see the toggle taking 2 seconds and the map sizing correctly.
But then the ‘simple toggle’ code fires and closes the toggle control again immediately:
{$(document).ready(function(){$(“h3.symple-toggle-trigger”).click(function(){$(this).toggleClass(“active”).next().slideToggle(“fast”);return false;});
You should try this without using a plugin, and just call the jQuery slidToggle directly.