[jQuery] How to tell if an item is "open"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18783"></HEAD>
<BODY>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=785051317-16062009>I have 5
divs which can load content into them. I have added an on click add class open.
When the page loads initially none are open, click on one link and the open
class gets added but if another link is clicked i need to closed the open
tag.</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=785051317-16062009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=785051317-16062009>How can
tell jquery to look for an open tag if it finds on close it? (An accordion style
layout is not what I am looking for)</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=785051317-16062009></SPAN></FONT> </DIV>
<DIV align=left><FONT size=2 face=Arial>Dave </FONT></DIV></BODY></HTML>