jQuery UI Widgets
This page is obsolete (it uses jQuery UI 1.5). Please see the updated page.
$(function(){$('.target').css('border', '1px solid red');})
This was written largely to help me make sense of using UI to create my own widgets,
but I hope it may help others. "Widget" to me means a user-interface element, like
a button or something more complicated like a popup [...]

