From: Steve Sutton Date: Wed, 28 Feb 2018 16:38:48 +0000 (-0500) Subject: Update code for jquery call. X-Git-Tag: v1.0.0^2~39 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cef5dd1b15a1b21fa89e5e87708dee14f9596037;p=WP-Plugins%2Fglm-member-db-registrations.git Update code for jquery call. Use jQuery in this scope and not $ --- diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 968ecb0..16f78c4 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -481,7 +481,7 @@ var app = { 'parentFormId': '', 'formData': false }; - $.ajax({ + jQuery.ajax({ cache: false, type: 'POST', url: ajaxUrl,