WebsiteBaker 2.13.8 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
// automatically include optional WB module files (frontend.css, frontend.js) if (function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('jquery'); register_frontend_modfiles('js'); } ?>
including jquery is possible in head or body. if you use droplets you have to included it in head, otherwise you can include it in bodyDietmar
the Droplet put/replace all the needed files in the frontend ->without coded in the template before head or body (just the droplet itself!) ...........be patient to see how easy it is to implement it on a working page or test some effects!
But be carefull to load jquery core not twiceDietmar
<script type="text/JavaScript" src="<?php echo WB_URL; ?>/include/jquery/jquery-min.js"></script>