« Utilisateur:Jd/Skin bépo/tests/geshi » : différence entre les versions
< Utilisateur:Jd | Skin bépo
m (Page créée avec « == rien du tout == // style and animate categories $(document).ready( function() { var opa = 0.6; $("#catlinks-box").animate({opacity: opa}); } ) =… ») |
mAucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
Test de la coloration syntaxique avec geshi… | |||
== rien du tout == | == rien du tout == | ||
Version du 18 août 2009 à 04:17
Test de la coloration syntaxique avec geshi…
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});
}
)