I have a problem with JQuery Toggle.
I have the following code:
var $_ = jQuery; $_(document).ready(function(){ $_(\"#sh-zone-buttons\").delegate(\"#sh-
Why you are using toggle hide and show together
only toggle is needed
check this
http://api.jquery.com/toggle/