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]
> Close';
[snip]
> $('a.close_ticket').click(functi
I would be more helpful if you have given me table format. I suppose ur table
is of this format.
blah
blah
blah
try this..
if( $('#tableId tbody tr#ticket_10192').length ) {
// element Exists, delete it
$('#tableId tbody tr#ticket_10192').remove();
2 matches
Mail list logo