Modifier le texte de l'espace pour l'entrée jQuery
$("input[type=password]").attr("placeholder", "Type your answer here");
Xenophobic Xenomorph
$("input[type=password]").attr("placeholder", "Type your answer here");
// Changes placeholder on password type input
$("input[type=password]").attr("placeholder", "Type your answer here");