Subversion Repositories SmartDukaan

Rev

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

Rev 3037 Rev 3040
Line 393... Line 393...
393
		return;
393
		return;
394
	}
394
	}
395
	jQuery.ajax({
395
	jQuery.ajax({
396
		type : "GET",
396
		type : "GET",
397
		url : "/related-accessories/" + $("#product_id").val(),
397
		url : "/related-accessories/" + $("#product_id").val(),
398
		cache: false,
398
		cache: true,
399
		success : function(html) {
399
		success : function(html) {
400
   		    $("#accessories").html(html);
400
   		    $("#accessories").html(html);
401
 
401
 
402
		    // Product Title
402
		    // Product Title
403
		    $("#accessories table td div a").each(function() {
403
		    $("#accessories table td div a").each(function() {