SyntaxFix
Write A Post
Hire A Developer
Questions
Is there a way to remove all previous click events that have been assigned to a button?
$('#saveBtn').unbind('click').click(function(){saveQuestion(id)});