Subversion Repositories SmartDukaan

Rev

Rev 21829 | Rev 21831 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21829 Rev 21830
Line 770... Line 770...
770
          data: formData,
770
          data: formData,
771
          async: false,
771
          async: false,
772
          beforeSend: function(){
772
          beforeSend: function(){
773
              $('#ajax-spinner').show();
773
              $('#ajax-spinner').show();
774
          },
774
          },
775
          complete: function(){
-
 
776
              $('#ajax-spinner').hide();
-
 
777
          },
-
 
778
          success: function (data) {
775
          success: function (data) {
-
 
776
        	  $('#ajax-spinner').hide();
779
              alert("ThankYou for the registration.Out team will contact you soon.");
777
              alert("ThankYou for the registration.Out team will contact you soon.");
780
              $('#form')[0].reset();
778
              $('#form')[0].reset();
781
          },
779
          },
782
  		 error : function() {
780
  		 error : function() {
783
  		 	alert("OOPS!!!Failed to do changes.Try Again.");
781
  		 	alert("OOPS!!!Failed to do changes.Try Again.");