change the placeholder text using jQuery lipku code example
Example: change placeholder text jquery
// Changes placeholder on password type input
$("input[type=password]").attr("placeholder", "Type your answer here");
// Changes placeholder on password type input
$("input[type=password]").attr("placeholder", "Type your answer here");