Ajax call multiple time onclick event on bootstrap modal
问题 By clicking a button Its loaded a bootstrap modal. On the modal there have a form and on click save button I am trying to submit form by ajax call. At first time the ajax call trigger one time, but 2nd time the ajax url trigger two times. I see on firebug console section the post url is called multiple times. Here Is my jquery code. $(".show-modal").click(function() { $('.upload-modal').modal(); $(".save-logo").click(function(e) { e.preventDefault(); $.ajax({ type : "POST", data : data,