Extending jQuery UI Widgets
This page is obsolete (it uses jQuery UI 1.5). Please see the updated page.
Avoiding Bloat in Widgets
A while back, Justin Palmer wrote an excellent article on
"Avoiding Bloat in Widgets."
The basic premise (no suprise to anyone who's ever dealt with object-oriented programming) is that your widgets should not
do everything possible; they should do one thing well [...]


