[jQuery] selector question

[jQuery] selector question

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2>hello,</FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>say i have a
definition list:</FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2><dt>title
</dt></FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2><dd> this
content blabla</dd></FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2><dt>another
title </dt></FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2><dd> another
content blabla</dd></FONT></SPAN></DIV></SPAN></DIV></FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>i would like to have
an event triggered on each dt that modifies its following dd, and only that
one.</FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>i tried a few , but
cannot get it to work correctly; it's either all of them or an erratic move. the
closest i got is:</FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2>jQuery(function($)<BR>{<BR> $("dt").click( function()
{</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>  $("~
dd",this).slideToggle();<BR> });<BR>});</FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>can you tip me in
the right direction?</FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2>Thanks</FONT></SPAN></DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=265223201-05022007><FONT face=Arial
size=2>alex</FONT></SPAN></DIV>
<DIV> </DIV></BODY></HTML>
<BR>
<P><FONT SIZE=2>--<BR>
Ce message Envoi est certifié sans virus connu.<BR>
Analyse effectuée par AVG.<BR>
Version: 7.5.441 / Base de données virus: 268.17.24/668 - Date: 4/02/2007 1:30<BR>
</FONT> </P>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/