Subversion Repositories SmartDukaan

Rev

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

Rev 2985 Rev 3034
Line 160... Line 160...
160
		return;
160
		return;
161
	}
161
	}
162
	jQuery.ajax({
162
	jQuery.ajax({
163
		type : "GET",
163
		type : "GET",
164
		url : "/related-accessories/" + $("#product_id").val(),
164
		url : "/related-accessories/" + $("#product_id").val(),
165
		cache: false,
165
		cache: true,
166
		success : function(html) {
166
		success : function(html) {
167
   		    $("#accessories").html(html);
167
   		    $("#accessories").html(html);
168
 
168
 
169
		    // Product Title
169
		    // Product Title
170
		    $("#accessories table td div a").each(function() {
170
		    $("#accessories table td div a").each(function() {