They fire fine separately, but will not work together. Is there a way to make them work? <script> window.onload = function(){ $('#slider1').lemmonSlider({ infinite: false }); } </script> Code (markup): and <script> $(function() { $(".panel img[title]").tooltip(); }); </script> Code (markup):
Those two is not what's crashing. It's the combination of the loaded scripts. What does console tell you? Which scripts are you using? I'm assuming one is named lemmonslider, and the other simply tooltip? Do you have a live site?