Subversion Repositories SmartDukaan

Rev

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

Rev 1516 Rev 1567
Line 274... Line 274...
274
 
274
 
275
function load_research_widget(){
275
function load_research_widget(){
276
	jQuery.ajax( {
276
	jQuery.ajax( {
277
		type : "GET",
277
		type : "GET",
278
		url : "/myresearch",
278
		url : "/myresearch",
-
 
279
		cache: false,
279
		success : function(html) {
280
		success : function(html) {
280
		$("#myresearch").html(html);
281
		$("#myresearch").html(html);
281
 
282
 
282
		// Product Title
283
		// Product Title
283
		$("#myresearch table td div a").each(
284
		$("#myresearch table td div a").each(
Line 309... Line 310...
309
 
310
 
310
function load_history_widget() {
311
function load_history_widget() {
311
	jQuery.ajax({
312
	jQuery.ajax({
312
		type: "GET",
313
		type: "GET",
313
		url: "/browse-history",
314
		url: "/browse-history",
-
 
315
		cache: false,
314
		success: function(html){
316
		success: function(html){
315
		$("#browsehistory").html(html);
317
		$("#browsehistory").html(html);
316
 
318
 
317
		// Product Title
319
		// Product Title
318
		$("#browsehistory table td div a").each(function(){
320
		$("#browsehistory table td div a").each(function(){