Subversion Repositories SmartDukaan

Rev

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

Rev 18950 Rev 18955
Line 134... Line 134...
134
	                $('#alert_msg').addClass('hidden');
134
	                $('#alert_msg').addClass('hidden');
135
	            }, 2000);  
135
	            }, 2000);  
136
//	     return false;
136
//	     return false;
137
			 }
137
			 }
138
	    else{
138
	    else{
139
			 gettindet['pincode'] = $('#pindet').val();
139
			 gettindet['pin'] = $('#pindet').val();
140
			 gettindet['city'] = $('#citydet').val();
140
			 gettindet['city'] = $('#citydet').val();
141
			 gettindet['phone'] = $('#phonedet').val();
141
			 gettindet['mobile'] = $('#phonedet').val();
142
			 $.ajax({
142
			 $.ajax({
143
					        method: "POST",
143
					        method: "POST",
144
					        url:  apihost + "tins/confirm",
144
					        url:  apihost + "tins/confirm",
145
					        data: gettindet,
145
					        data: gettindet,
146
					    },'json')
146
					    },'json')