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
// 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}); } )
syntaxhighlight avec line
// style and animate categories$(document).ready(
function() {
var opa = 0.6;
$("#catlinks-box").animate({opacity: opa});
})



