/ Published in: jQuery
Used here: http://www.criteriondg.info/wordpress
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(document).ready(function(){ $("#tags").click(function () { //select id or class you want to make toggle $("#tag_cloud").slideToggle("700"); //select time effect and id or class to appear/disappear }); });