-
1. Re: Hide Show toggle issue - can u help?
joel_pau Oct 16, 2014 3:06 AM (in response to jamesfootight)Hi,
You do not specify which Edge version you are using: Edge 5 with or without the entire jQuery, or an earlier Edge.
1) The jQuery function [ .toggle() ] can solve your issue.
I quote the jQuery API:
With no parameters, the
.toggle()method simply toggles the visibility of elements:1$( ".target" ).toggle();The matched elements will be revealed or hidden immediately, with no animation, by changing the CSS
displayproperty. If the element is initially displayed, it will be hidden; if hidden, it will be shown. Thedisplayproperty is saved and restored as needed.2) One of both selectors can also be used: :visible or :hidden.
-
2. Re: Hide Show toggle issue - can u help?
jamesfootight Oct 16, 2014 3:12 AM (in response to joel_pau)Hi, I am using the latest EDGE update
-
3. Re: Hide Show toggle issue - can u help?
jamesfootight Oct 16, 2014 3:18 AM (in response to joel_pau)As you can see in my post, I am using the toggle option from the latest EDGE animate, but my issue is that I have 4 different toggle commands from 4 differnet buttons using the same symbols to hide/show.
So, if i hit button 1 to show, then hit button 1 to hide all is well, but if i hit button 1 to show, then button 2 to show, it starts to get confused and the wrong symbols are shown/ hidden


