Best approach for extending unobtrusive javascript in MVC3 to add a style to a div client side
问题 I'm using html5/Razor/MVC3 leveraging the Bootstrap template from Twitter. I want to have form validation that looks slick like they've documented (http://twitter.github.com/bootstrap/#forms). So if we take a look at how the standard boiler-plate MVC3 for account registration, the markup would look like: @using (Html.BeginForm("Register", "Account", FormMethod.Post, new { @class="form-stacked" })) { @Html.ValidationSummary(true, "Snap! Something went wrong") <div> <fieldset> <legend>Account