Format:
Recent snippets matching tags of Toggle
//Collapsible Panel $('.titleRow').click(function(){ var $el = $(this); $el.next().slideToggle('fast'); $el.toggleClass('open'); }); //Collapsible Panel width class only $('.itemRow').click(function() { var $el = $(this); $el.next().toggleClass('hide');
280 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
