jQuery UI features a nice-looking "vertical tabbing" widget to switch between chapters on its own website.

Does anybody know whether this builds on some kind of standard widget (you would expect that UI's very own "tabs" component is being used for this, but no dice!), or whether it is something custom made? A cursory glance at the code makes me suspect the latter..... This would come in very handy in a project I'm working on.
demo-config-ononClick. The click event starts on line 66 of the demos.js file, which leads me to believe your conclusion that it is custom made, to be true. – Lance Jan 31 '11 at 20:46