Hey how do I get my Razor ActionLink working with my Javascript tabs from Bootstrap? The tab has to stay active and load in the list of data which are in my database.
HTML:
- @Html.ActionLink("Adres", "Index", "Adres")
Javascript:
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('#tabs').tab();
});
Aucun commentaire:
Enregistrer un commentaire