Subversion Repositories SmartDukaan

Rev

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

Rev 1821 Rev 1826
Line 212... Line 212...
212
		var t = (research_tot * 1) - (tot * 1);
212
		var t = (research_tot * 1) - (tot * 1);
213
		$("#research_total").val(t);
213
		$("#research_total").val(t);
214
 
214
 
215
		jQuery.ajax({
215
		jQuery.ajax({
216
			type: "GET",
216
			type: "GET",
217
			url: "/deletefromresearch/[" + seldata + "]",
217
			url: "/deletefromresearch/[" + seldata + "]?_method=delete",
218
			success: function(msg){
218
			success: function(msg){
219
				jQuery.each(seldata, function(intIndex, objValue){
219
				jQuery.each(seldata, function(intIndex, objValue){
220
					delete_from_storage_set("resitems", objValue);
220
					delete_from_storage_set("resitems", objValue);
221
					$("#pane1").find("#" + objValue).fadeOut('slow', function() {
221
					$("#pane1").find("#" + objValue).fadeOut('slow', function() {
222
						$(this).remove();
222
						$(this).remove();