Very strange jQuery / AJAX behavior
- by Dr. DOT
I have an Ajax call to the server that only works when I pass an alert(); to it. Cannot figure out what is wrong. Can anyone help?
This Does Not Work (ie., Ajax call to server does not get made):
<!--
jQuery.support.cors = true; // needed for ajax to work in certain older browsers and versions
$('input[name="status"]').on("change",…