Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@Ofeargall:試してみてください-
$(function() { $(".slideshow").jCarouselLite({ vertical: false, visible: 1, auto:2500, speed:400, hoverPause:true }); $('a.specials').click(function(e) { e.preventDefault(); }); });