7.0.1 su_button url=”javascript:tree(‘click1’)” does not work
-
<script type="text/javascript"><!-- function tree(id) { if (document.getElementById(id).style.display == "block") document.getElementById(id).style.display="none"; else document.getElementById(id).style.display="block"; } // --></script> [su_animate type="fadeInUp"] [su_button url="javascript:tree('click1')" style="noise" background="#ff1493" color="#ffffff" size="5" wide="yes" center="yes" radius="round" text_shadow="0px 0px 0px #ffffff" title="1"]1[/su_button] <div id="click1" style="display:none;">
The above code worked until 7.0.0, but after updating to 7.0.1 the link becomes invalid. Is this a bug or by design? I would appreciate it if you could tell me how to solve it.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘7.0.1 su_button url=”javascript:tree(‘click1’)” does not work’ is closed to new replies.