<script> // Takes an image and makes it cover its parent container element completely without changing the aspect ration of the image. jQuery(function(){ $("img.myBackground").cover(); }); </script>
<script> // Takes an element and converts all its child elements into slides. jQuery(function(){ $(".myElement").slides(); }); </script>