I am trying to remove a row from a table and then re-strip it as
follows:
$('#rowid').remove();
stripeMe();But I can't get this to work. Either re-striping isn't working or the row isn't being completely remove. Help!
I am trying to remove a row from a table and then re-strip it as
follows:
$('#rowid').remove();
stripeMe();But I can't get this to work. Either re-striping isn't working or the row isn't being completely remove. Help!