=== WP ShowHide Elements ===
Tags: show, hide, elements, menu, javascript
Requires at least: 2.3
Tested up to: 2.5
Stable tag: trunk

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

== Description ==

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

= Example =
&lt;div id="mytest"&gt;myDiv&lt;/div&gt;<br />
&lt;a href="javascript:void(0);" onclick="wp_showhide('mytest')"&gt;my link&lt;/a&gt;
	
<a href="http://www.jenst.se/2008/01/31/wp-showhide-elements">Live demo example</a>

== Installation ==

1. Upload the FOLDER 'wp-showhide-elements' to the /wp-content/plugins/
2. Activate the plugin 'WP ShowHide Elements' through the 'Plugins' menu in admin

= Usage =

1. Create a div to show / hide. Add an ID and name it whatever you want.
2. Create a anchor and add the ID of your div into wp_show() function.

= Example =
&lt;div id="mytest"&gt;myDiv&lt;/div&gt;<br />
&lt;a href="javascript:void(0);" onclick="wp_showhide('mytest')"&gt;my link&lt;/a&gt;

== Frequently Asked Questions ==

= How do I report a bug? =

Contact me <a href="http://www.jenst.se/2008/01/31/wp-showhide-elements">here</a>. Describe the problem as good as you can, your plugin version, Wordpress version and possible conflicting plugins and so on.

= How can I support this plugin? =

Spread the word, report bugs and give med feedback.

== Screenshots ==

No screenshots can show this, you need to see it on a <a href="http://www.jenst.se/2008/01/31/wp-showhide-elements">Live demo example</a>.