i want to lnow too, and including a question
How can I remove the TR who includes the finded element?

On 5/22/07, Glen Lipka <[EMAIL PROTECTED]> wrote:
<TR>
  <TD>
     <A>ONE</A>
  </TD>
</TR>
<TR>
   <TD>
      <DIV>TWO</DIV>
   </TD>
 </TR>


What is the shortest Selector to find the DIV if one starts with A (this)

This is the best I got, but is there a shorter way?
$(this).parents("tr").next("tr").find("div")


Glen


--

[]´s Jean
www.suissa.info

  Ethereal Agency
www.etherealagency.com

Reply via email to