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