They fire fine separately, but will not work together. Is there a way to make them work?
Code:<script> window.onload = function(){ $('#slider1').lemmonSlider({ infinite: false }); } </script>
and
Code:<script> $(function() { $(".panel img[title]").tooltip(); }); </script>



Reply With Quote

Bookmarks