Subversion Repositories SmartDukaan

Rev

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

Rev 21831 Rev 21852
Line 796... Line 796...
796
            $('#ajax-spinner').hide();
796
            $('#ajax-spinner').hide();
797
              alert("ThankYou for the registration.Out team will contact you soon.");
797
              alert("ThankYou for the registration.Out team will contact you soon.");
798
              $('#form')[0].reset();
798
              $('#form')[0].reset();
799
          },
799
          },
800
       error : function() {
800
       error : function() {
-
 
801
    	   $('#ajax-spinner').hide();
801
        alert("OOPS!!!Failed to do changes.Try Again.");
802
    	   alert("OOPS!!!Failed to do changes.Try Again.");
802
       },
803
       },
803
          cache: false,
804
          cache: false,
804
          contentType: false,
805
          contentType: false,
805
          processData: false
806
          processData: false
806
      });
807
      });