Subversion Repositories SmartDukaan

Rev

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

Rev 27855 Rev 27858
Line 111... Line 111...
111
		console.log(jsonObject);
111
		console.log(jsonObject);
112
 
112
 
113
		if (confirm("Are you sure you want to submit the request") == true) {
113
		if (confirm("Are you sure you want to submit the request") == true) {
114
			doAjaxRequestWithJsonHandler(context + "/partnerOnBoardingListing","POST",jsonObject,function(response) {
114
			doAjaxRequestWithJsonHandler(context + "/partnerOnBoardingListing","POST",jsonObject,function(response) {
115
		    	row.html(response);
115
		    	row.html(response);
-
 
116
                row.css("background-color", "#F8F8FF");
-
 
117
 
116
			});
118
			});
117
		}
119
		}
118
 
120
 
119
	});
121
	});
120
	
122