Page load is fired instead of web method
问题 OK, so my websites been working normally up until now, I'm not really sure what I've changed. I have a jQuery AJAX call that sends a coupon code to the server, and retrieves a number (which is the discount). The Webmethod is no longer being fired though, instead the Page_load of the page which the webmethod is on is being fired. Why? What can I check? What can I do? Here is my handler for when the button is clicked $('div#code_apply_btn').click(function() { $(this).html('PLEASE WAIT');