Subversion Repositories SmartDukaan

Rev

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

Rev 2652 Rev 2718
Line 276... Line 276...
276
		cache: false,
276
		cache: false,
277
		success : function(html) {
277
		success : function(html) {
278
   		    $("#myresearch").html(html);
278
   		    $("#myresearch").html(html);
279
 
279
 
280
		    // Product Title
280
		    // Product Title
281
		    $("#myresearch table td div a").each(function() {
281
		    $("#myresearch table td div a.truncate").each(function() {
282
					$(this).truncate({addtitle : true});
282
					$(this).truncate({addtitle : true});
283
		    });
283
		    });
284
 
284
 
285
		    // Product Price
285
		    // Product Price
286
		    $("#myresearch table td div div.price").each(function() {
286
		    $("#myresearch table td div div.price").each(function() {