jQuery UI Widgets
$(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 date picker, but in jQuery UI terms
it means a class, members of which [...]