Can't get TABS to work

Can't get TABS to work

Using demo from you page.

Head section looks like this

  1. <head>
  2. <link rel="stylesheet" href="styles/jquery-ui.min.css">
    <script src="js/jquery.js"></script>
    <script src="js/jquery-ui.min.js"></script>
     
    <script type="text/javascript" async>
      
      $(function() {
        $( "#tabs" ).tabs();
      });
  3. </script>
  4. </head>


The paths are correct. I use this on all my pages. No matter what I keep getting a jquery error.

I've used other JqueryUI widgets with no problem. In fact the DatePicker is on another page with the same paths.