Utilisateur:Jd/Skin bépo/tests/geshi

De Disposition de clavier bépo
< Utilisateur:Jd‎ | Skin bépo
Révision datée du 18 août 2009 à 00:42 par Jd (discussion | contributions) (Page créée avec « == rien du tout == // style and animate categories $(document).ready( function() { var opa = 0.6; $("#catlinks-box").animate({opacity: opa}); } ) =… »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

rien du tout

// style and animate categories
$(document).ready(
  function() {
    var opa = 0.6;
    $("#catlinks-box").animate({opacity: opa});
  }      
)

pre

// style and animate categories
$(document).ready(
  function() {
    var opa = 0.6;
    $("#catlinks-box").animate({opacity: opa});
  }      
)

source

// style and animate categories
$(document).ready(
  function() {
    var opa = 0.6;
    $("#catlinks-box").animate({opacity: opa});
  }      
)

syntaxhighlight

// style and animate categories
$(document).ready(
  function() {
    var opa = 0.6;
    $("#catlinks-box").animate({opacity: opa});
  }      
)