Ver Mensaje Individual
  #20 (permalink)  
Antiguo 19/03/2010, 10:05
Avatar de RIVERMILLOS
RIVERMILLOS
 
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 14 años, 2 meses
Puntos: 15
Respuesta: modificar un para metro de una funcion javascript.....

Pues mira el codigo completo es el siguiente......


Código:
$(function(){
$.fn.supersized.options = {
startwidth: 4,
startheight: 3,
vertical_center: 1,
slideshow: 1,
navigation: 1,
transition: 0,
pause_hover: 0,
slide_counter: 0,
slide_captions: 1,
slide_interval: 2000 // predeterminado 2 segundos
};
$("#supersize").supersized();

$("#boto").click(function() {

$("#supersize").load("../../Controler/Ajax.php");

return false;

});
//Boton para aumentar velocidad
$("#aum").click(function() {
$.fn.supersized.options.slide_interval -=1999;
urn false;
});
});



saludos