Skip to content

Commit 0cfec14

Browse files
committed
Update README.md
1 parent 3eab6b3 commit 0cfec14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ If you don't use nuget package manager, just download source code, and copy MT.B
3838
</ul>
3939

4040
4- If you are lazy loading your initial tab, you can add a trigger('shown.bs.tab') on your initial tab.
41-
**MVC Example on the same page as your tabs**
4241

42+
**MVC Example on the same page as your tabs**
43+
```
4344
@section scripts {
4445
<script type="text/javascript">
4546
$(document).ready(function () {
4647
$('.nav-tabs a[href="#fullDesc"]').trigger('shown.bs.tab');
4748
});
4849
</script>
4950
}
51+
```

0 commit comments

Comments
 (0)