I\'m having a problem. Basically, when a user clicks an \'Edit\' link on a page, the following Jquery code runs:
$(\"#saveBtn\").click(function () { save
$('#saveBtn').off('click').on('click',function(){ saveQuestion(id) });
Use jquery's off and on