Project

General

Profile

« Previous | Next » 

Revision 5784

show the number of records in the cart on the tab label, ie:
Cart (3)

View differences:

index.jsp
356 356
			
357 357
			// stop the busy indicator
358 358
			$("#cartResults").busy("hide");
359
			
360
			//set the count for the tab label
361
			var title = "Cart (" + $("#cartResults").find(".resultCount:first").html() + ")";
362
			$("#searchTabs > ul > li").last().children("a").html("<span>" + title + "</span>"); 
363
			
359 364
		});
360 365
	return true;
361 366
}

Also available in: Unified diff