[jQuery] What the heck??? Click event intermittently...

[jQuery] What the heck??? Click event intermittently...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16525" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2>On my blog users
click the link at the bottom of each section to expand the comments section
for that post:</FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2><A
href="http://www.andyandjaime.com/">http://www.andyandjaime.com/</A></FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2>The problem is that
it's working intemittently in IE7 (haven't tested 6 yet). I'll load the page,
click the link and it'll work. Next time I load the page, it WON'T work. It
appears to be consistent in FF2...it works every time. In IE7, sometimes the
section expands as desired, sometimes the page goes to the link in the href tag.
It's like it completely ignores my jQuery click handler.</FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2>Here's the relevant
HTML</FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2><div
class="openComments"><BR>    <a href="Teeth!">Comments
:4: - View comments</a><BR></div></FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2>(I know the link is
bogus, but I'm just testing). </FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2>Here's the jQuery
code:</FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2>$('.openComments
a').click(function(){<BR>   
$(this).parents('.openComments').next('.comments').slideDown().parent('.commentShell').ScrollTo(800);<BR>   
return false;<BR>});</FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial size=2>Please
help!</FONT></SPAN></DIV>
<DIV><SPAN class=990364214-30082007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV> </DIV>
<DIV align=left><SPAN style="FONT-SIZE: 14px"><B><FONT face="Century Gothic">
<DIV align=left><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN
class=159130414-05012007><FONT face=Arial
size=2>____________________________________</FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN
class=159130414-05012007></SPAN></FONT></SPAN> </DIV>Andy
Matthews<BR></FONT></B></SPAN><SPAN style="FONT-SIZE: 11px"><FONT
face="Century Gothic"><SPAN
style="FONT-SIZE: 8.5pt; FONT-FAMILY: 'Century Gothic'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-no-proof: yes">Senior
ColdFusion Developer</SPAN><BR></FONT></SPAN><SPAN style="FONT-SIZE: 11px"><FONT
face="Century Gothic"><FONT color=#808080><IMG alt="" hspace=0
src="cid:990364214@30082007-2678" border=0><BR></FONT>Office:  877.707.5467
x747<BR>Direct:  615.627.9747<BR>Fax:
 615.467.6249</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 11px"><FONT
face="Century Gothic">amatthews@dealerskins.com<BR><A
href="http://www.dealerskins.com/">www.dealerskins.com</A></FONT></SPAN></DIV>
<DIV> </DIV></BODY></HTML>