Quote:
Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js" type="text/javascript"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
You have included two different versions of jQuery, and two different versions of jQuery UI.
You have then completely ignored the error message, which would have pointed you in the right direction. But I guess we should expect nothing more from our resident "Help Vampire"!
Remove the duplicate scripts, keeping the later version of each.