Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Better 'Hide/Show' Function (31st May 09 at 7:34pm UTC) | | No offence, but the current one only takes ids and doesn't allow multiple hide/shows! So how about we have something like: function hide(x){ for(n in x) x[n].style.display = (x[n].style.display == '')? 'none' : ''; } | |
|