
The code is a modified version of the EBSCO Search Box Builder. It uses only CSS and HTML to create the search box.
Some of the code relies on Bootstrap and may not work on sites that don't have Bootstrap. If your site doesn't have Bootstrap, try entering the following at the top of the code, before <!--BEGIN: tabbed search box CSS-->, to include it from a CDN (Content Delivery Network). MaxCDN provides CDN support for Bootstrap's CSS and JavaScript. You must also include jQuery:
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="hhttps://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js""></script>
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"></script>
© 2021 | All Rights Reserved