I've just got interested in jQuery UI Button widget. So in order to apply jQuery UI Button theme we have to do something like this:
$("input[type=button]").button();
But what if I would like to have all my buttons in whole site styled as jQuery UI Button widget. Do I always have to call button() (it will add some startup performance overhead, and as I'm supporting IE7...), or is there a way to generate markup (using server-side ASP .NET Web Forms) that is already jQuery UI Button ready?