Any idea why this would run twice: function clickcharges() { $('#cardcharges tr td').click(function() { alert('execute once');
}); }
Any idea why this would run twice: function clickcharges() { $('#cardcharges tr td').click(function() { alert('execute once');
}); }