Revision 5784
Added by ben leinfelder almost 14 years ago
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
show the number of records in the cart on the tab label, ie:
Cart (3)