<span> tag selection problem within anchor using jquery

Posted by MH on Stack Overflow See other posts from Stack Overflow or by MH
Published on 2010-05-08T21:38:15Z Indexed on 2010/05/08 21:48 UTC
Read the original article Hit count: 240

Filed under:
|
|
|
|

Dear expert, I have facing a problem to select span tag using jquery. Please give a solution. code:

<ul>
   <li>
     <a href="#Document1">Document 1
       <span id="tab_close> x </span>
     </a>
   </li>
</ul>

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about span