Skip to content

Instantly share code, notes, and snippets.

@mrkkr
Last active December 22, 2017 13:23
Show Gist options
  • Save mrkkr/da916e034ad98e0b220b30ec3a67d76c to your computer and use it in GitHub Desktop.
Save mrkkr/da916e034ad98e0b220b30ec3a67d76c to your computer and use it in GitHub Desktop.
Zmiana Bootstrapowych tabsów po najechaniu myszką #js
$(document).on('mouseenter', '[data-toggle="tab"]', function () {
$(this).tab('show');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment