El codigo de lo que seria todo junto es el siguiente:
Código
$(document).ready(function(){ $(".boto_els_musics").click(function(){ $(".contingut").load('els_musics.php'); }); /*---------------------------------------------------*/ /*-----------FUNCIONS PER L'SLIDER JQUERY------------*/ /*---------------------------------------------------*/ function rotateBanners(elem) { var active = $(elem+" img.active"); var next = active.next(); if (next.length == 0) next = $(elem+" img:first"); active.removeClass("active").fadeOut(700); next.addClass("active").fadeIn(700); } function prepareRotator(elem) { $(elem+" img").fadeOut(0); $(elem+" img:first").fadeIn(0).addClass("active"); } function startRotator(elem) { prepareRotator(elem); setInterval("rotateBanners('"+elem+"')", 4000); } /*---------------------------------------------------*/ /*---------------------------------------------------*/ });
Aver si alguien detecta algun error de algo que no estoy poniendo bien. Gracias!
![:D](https://foro.elhacker.net/Smileys/navidad/cheesy.gif)