Hi everyone,

How can I use the jQuery css selector on click function when the user
clicks on the delete <img>
or the delete < a href> tag?

<code>
<div id="ribbon">
  <span class="right">
        <ul>
      <li>
         <a href="/items/makeActive/444"><img src="http://example.com/images/
checked.gif"/></a>
        <a href="/items/makeActive/444">Make Active</a>
      </li>
      <li id="delete_item">
          <a href="/items/delete/444"><img src="http://example.com/images/
unchecked.gif" /></a>
        <a href="/items/delete/444">Delete</a>
      </li>
      <li> </li>
    </ul>
  </span>
</div>
</code>

Thanks everyone,
ocptime
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery (English)" group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to 
jquery-en+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to