Subversion Repositories SmartDukaan

Rev

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

Rev 22153 Rev 22154
Line 753... Line 753...
753
    	}
753
    	}
754
    } 
754
    } 
755
    jQuery.ajax({
755
    jQuery.ajax({
756
        url: contextPath +"/register",
756
        url: contextPath +"/register",
757
        type: 'POST',
757
        type: 'POST',
-
 
758
        contentType:'application/json',
758
        data: JSON.stringify(),
759
        data: JSON.stringify(),
759
        success: function (data) {
760
        success: function (data) {
760
            //$('#form')[0].reset();
761
            //$('#form')[0].reset();
761
        	jQuery.unblockUI();
762
        	jQuery.unblockUI();
762
        	jQuery("html").html(data);
763
        	jQuery("html").html(data);