Aller au contenu

« Utilisateur:Jd/Skin bépo/tests/geshi » : différence entre les versions

De Disposition de clavier bépo
Jd (discussion | contributions)
m Page créée avec « == rien du tout == // style and animate categories $(document).ready( function() { var opa = 0.6; $("#catlinks-box").animate({opacity: opa}); } ) =… »
(Aucune différence)

Version du 17 août 2009 à 23:42

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});
  }      
)