[Asking smart questions] [About Bear] [Books by Bear]
Bear Bibeault wrote:You want to list them as a <ul> element? You didn't say. Please TellTheDetails. If so, easiest way would be with the jQuery .load() method. $('#idOfTheParent').load('/url/to/servletOrJsp'); Have the response return the HTML for the list. Done.
Bear Bibeault wrote:Horizontally? It'd be a pain of it gets wider than the page. In any case, what I posted is completely valid. The rest is just CSS.