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

         });
}

Reply via email to