Utilisateur:Jd/Skin bépo/tests/geshi - Disposition de clavier francophone et ergonomique bépo

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

De Disposition de clavier francophone et ergonomique bépo.

Test de la coloration syntaxique avec geshi…

Sommaire

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

source avec line

  1. // style and animate categories
  2. $(document).ready(
  3.   function() {
  4.     var opa = 0.6;
  5.     $("#catlinks-box").animate({opacity: opa});
  6.   }      
  7. )

syntaxhighlight

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

syntaxhighlight avec line

  1. // style and animate categories
  2. $(document).ready(
  3.   function() {
  4.     var opa = 0.6;
  5.     $("#catlinks-box").animate({opacity: opa});
  6.   }      
  7. )