On Tuesday, August 21, 2007 11:19 PM ethanpil said:

> I have spent 3 or 4 hours trying different
> variations of getting that close link to generate an event, but I cant
> even get it to give me an alert or anything else....
[snip]
> <a href="#" id="close_ticket">Close</a></p></td></tr>';
[snip]
>               $('a.close_ticket').click(function(){

See the problem?

a.close_ticket != a#close_ticket



Hope this helps!
Chris.

Reply via email to