Looking for simple "hide/unhide" method...
hi,
i'm looking way hide/unhide targeted divs.
example :
<a href="hide_div1, hide_div2, show_div3">link</a>
<a href="hide_div1, hide_div3, show_div2">link</a>
<a href="hide_div2, hide_div3, show_div1">link</a>
<div id="div1">test 1</div>
<div id="div2">test 2</div>
<div id="div3">test 3</div>
know mean?
try jquery solution: http://jsfiddle.net/xwn2l/
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment