Hello,
I'm trying to use jquery ui toggle to show/hide galleries by their title (click on gallery header to show gallery, 2nd click to hide gallery).
gallery header custom class = gh1
gallery custom classes = g1 hide
betheme custom class: .hide { display: none; }
betheme custom js: jQuery($('.gh1').click(function() {$('.g1').toggle();});});
Can't make it work...
Here's what I'm trying to do:
Please help!
Comments
sorry but we do not support custom JS code in this forum.
thanks
You will have to contact your webdeveloper to assist you with this issue.