[jQuery] function running 2X
[jQuery] function running 2X
Any idea why this would run twice:
function clickcharges() {
$('#cardcharges tr td').click(function() {
alert('execute once');
});
}
Topic Participants
zen676
sayusi.ando
garside
John Resig
swiftone