<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - thecrumb</title>
<link>http://snipplr.com/users/thecrumb/tags/jquery</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 02 Dec 2008 04:00:46 GMT</pubDate>
<item>
<title>(JavaScript) jquery - nextUntil</title>
<link>http://snipplr.com/view/4746/jquery--nextuntil/</link>
<description><![CDATA[ <p>Then, your code should look like this ...

$(document).ready(function() {
$("dt > a").click(function(){
$(this).parent().nextUntil('dt').toggle();
return false;
});
});</p> ]]></description>
<pubDate>Wed, 23 Jan 2008 14:06:50 GMT</pubDate>
<guid>http://snipplr.com/view/4746/jquery--nextuntil/</guid>
</item>
</channel>
</rss>