jquery select element inside a class

Posted by Erwin on Stack Overflow See other posts from Stack Overflow or by Erwin
Published on 2010-04-20T04:28:03Z Indexed on 2010/04/20 4:33 UTC
Read the original article Hit count: 267

Filed under:
|

Hi fellow programmer

I want to select an anchor inside a div like this

<div class="response content">
  Disapproved Bank Mandiri<br><br>
  <p>
    <a class="showlist" href="#">Back to list?</a>
  </p>
</div>

What is the jquery to do this ?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-selectors