Subversion Repositories SmartDukaan

Rev

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

Rev 4934 Rev 5145
Line 80... Line 80...
80
		$("#item_id").val(itemid);
80
		$("#item_id").val(itemid);
81
		updateEstimate(itemid);
81
		updateEstimate(itemid);
82
		return false;
82
		return false;
83
	});
83
	});
84
	
84
	
85
/*	$("a.colorselector").click(function() {
-
 
86
		$('.a.colorselector').addClass('deselect');
-
 
87
		$(this).addClass('deselect');
-
 
88
		var itemid = $(this).attr('itemid');
-
 
89
		$('#sp').html(" "+PARAMETERS[itemid].SP);
-
 
90
		$('#mrp').html(" "+PARAMETERS[itemid].MRP);
-
 
91
		$('#saving').html(PARAMETERS[itemid].SAVING);
-
 
92
		$("#item_id").val(itemid);
-
 
93
		return false;
-
 
94
	});*/
-
 
95
 
-
 
96
	$(".util_compare").click(function() {
85
	$(".util_compare").click(function() {
97
		$.colorbox({
86
		$.colorbox({
98
			inline:true, 
87
			inline:true, 
99
			href:"#compareLightBox",
88
			href:"#compareLightBox",
100
    		width:"350px",
89
    		width:"350px",