Hi, I'm a little stuck here, I can't seem to include the javascript file in my cmsms template.
<script src="js/slides.min.jquery.js"></script> <script> $(function(){ $('#slides').slides({ preload: true, preloadImage: 'img/loading.gif', play: 5000, pause: 2500, hoverPause: true }); }); </script>
This code works, it does not include js / slides.min.jquery.js and does not run the script, can someone explain how javascript is included in cmsms templates ...
source share