Subversion Repositories SmartDukaan

Rev

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

Rev 2921 Rev 3034
Line 288... Line 288...
288
	params = "/" + $.Storage.get("resitems");
288
	params = "/" + $.Storage.get("resitems");
289
	
289
	
290
	jQuery.ajax({
290
	jQuery.ajax({
291
		type : "GET",
291
		type : "GET",
292
		url : "/myresearch" + params,
292
		url : "/myresearch" + params,
293
		cache: false,
293
		cache: true,
294
		success : function(html) {
294
		success : function(html) {
295
   		    $("#myresearch").html(html);
295
   		    $("#myresearch").html(html);
296
 
296
 
297
		    // Product Title
297
		    // Product Title
298
		    $("#myresearch table td div a.truncate").each(function() {
298
		    $("#myresearch table td div a.truncate").each(function() {
Line 320... Line 320...
320
	params = "/" + $.Storage.get("histitems");
320
	params = "/" + $.Storage.get("histitems");
321
	
321
	
322
	jQuery.ajax({
322
	jQuery.ajax({
323
		type: "GET",
323
		type: "GET",
324
		url: "/browse-history" + params,
324
		url: "/browse-history" + params,
325
		cache: false,
325
		cache: true,
326
		success: function(html){
326
		success: function(html){
327
		    $("#browsehistory").html(html);
327
		    $("#browsehistory").html(html);
328
 
328
 
329
		    // Product Title
329
		    // Product Title
330
		    $("#browsehistory table td div a").each(function(){
330
		    $("#browsehistory table td div a").each(function(){