Paramètres : Insertion.Before(element HTML OU id, contenu)
Rôle : insère le contenu avant l'élément HTML
Retourne : objet Insertion.Before
Note : -
function tester()
{
var insertion = new Insertion.Before("div_1","ICI");
}
2012 © Développeur web