WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<script type="text/javascript"> $(function() { $("#tabs1").tabs({ }); }); $(function() { $("#tabs2").tabs({ }); }); </script>
<script type="text/javascript"> $(function() { $("#tabs*").tabs({ }); });</script>
jQuery is more performant with classes then with IDs...
Use ID as Selector whenever possibleSelecting DOM elements using the class attribute is simpler than ever using jQuery. Even though it is simple it should be avoided whenever possible as as selecting using ID is much fastersource:http://www.tripwiremagazine.com/2010/04/24-irresistible-jquery-tips-to-power-up-your-javascript-skills.html