UNPKG

bootstrap-select

Version:

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

21 lines (12 loc) 355 B
/* Highlight */ $( document ).ready(function() { hljs.initHighlightingOnLoad(); $('table').addClass('table table-striped table-hover'); }); $('body').scrollspy({ target: '.bs-sidebar', }); /* Prevent disabled links from causing a page reload */ $("li.disabled a").click(function() { event.preventDefault(); });