This question is locked. New answers and comments are not allowed.
I have a couple of tab objects on a page and would like to have one of them render with a different css style. Can I override the default jquery style?
<% Html.jQuery().Tab()
.Name("customtab")
.HtmlAttributes(new { @class="is this right?" } )
.SpinnerText("Loading")
.CacheAjaxResponse(true)
.Items(parent =>
{
Thanks,
Greg