$(function() { $(".loading").ajaxStart(function(){ $(this).show(); }).ajaxStop(function(){ $(this).hide(); }); $("#jroxCheckoutLoginForm").validate();$("#jroxCheckoutPaymentForm").validate();$("input[@name='ship_option']").click(function(){ if ($("input[@name='ship_option']:checked").val() == 1) { $("#jroxCheckoutShippingBox").show(400); {js_shipping_show} } else { $("#jroxCheckoutShippingBox").hide(400); {js_shipping_hide} } } ); $("input[@name='affil_option']").click(function(){ if ($("input[@name='affil_option']:checked").val() == 1) { $("#jroxCheckoutAffiliateBox").show(400); {js_payment_show} } else { $("#jroxCheckoutAffiliateBox").hide(400); {js_payment_hide} } } ); }); 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