$(function() { $(".loading").ajaxStart(function(){ $(this).show(); }).ajaxStop(function(){ $(this).hide(); });$("#jroxCheckoutPaymentForm").validate();}); function hideAjaxButton() { $("#submit_button").hide(); $("#please_wait").show(); } function showAjaxButton() { $("#submit_button").show(); $("#please_wait").hide(); showResponse(); } function onSelectChange(id, select) { var index; for(index=0; index