<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'jquery collapse expand'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 22:23:09 GMT</pubDate>
<item>
<title>JREAM said on 8/7/08</title>
<link>http://snipplr.com/view/2396/jquery-collapse-expand/</link>
<description><![CDATA[ Thanks this is great, Here is it without the "X" since I found that unnecessary



$(function()
{
 
$("#trigger").click(function(event) {
event.preventDefault();
$("#upload-box").slideToggle();
}); 

});


This was my html:
<a href="#">TRIGGER</a> ]]></description>
<pubDate>Thu, 07 Aug 2008 00:25:59 GMT</pubDate>
<guid>http://snipplr.com/view/2396/jquery-collapse-expand/</guid>
</item>
<item>
<title>deusignis said on 9/10/07</title>
<link>http://snipplr.com/view/2396/jquery-collapse-expand/</link>
<description><![CDATA[ <p>Cool thing. What would I have to write, if I wanted the box to load collapsed?</p>
 ]]></description>
<pubDate>Mon, 10 Sep 2007 04:16:31 GMT</pubDate>
<guid>http://snipplr.com/view/2396/jquery-collapse-expand/</guid>
</item>
<item>
<title>jonhenshaw said on 7/12/07</title>
<link>http://snipplr.com/view/2396/jquery-collapse-expand/</link>
<description><![CDATA[ <p>This was exactly what I was looking for. Perfect!</p>
 ]]></description>
<pubDate>Thu, 12 Jul 2007 18:59:42 GMT</pubDate>
<guid>http://snipplr.com/view/2396/jquery-collapse-expand/</guid>
</item>
</channel>
</rss>