WP ShowHide Elements

0

Show and hide ID elements with a mouseclick. Could be used to create for example menus or menu tabs. Example <div id=”mytest”>myDiv</div> <a href=”javascript:void(0

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Show and hide ID elements with a mouseclick. Could be used to create for example menus or menu tabs.

Example

<div id=”mytest”>myDiv</div>
<a href=”javascript:void(0);” onclick=”wp_showhide(‘mytest’)”>my link</a>

Live demo example