Claire
0
Q:

jquery slow

$(document).ready(function(){
  $("button").click(function(){
    $("p").fadeOut(2500);
  });
});
3
/* The jQuery fadeTo() method allows fading to a given opacity (value between 0 and 1).*/
$(selector).fadeTo(speed,opacity,callback); 
0

$(selector).fadeOut(speed,callback);
0

New to Communities?

Join the community