jquery playholder near input code example
Example: change input placeholder text jquery
$("input[type=password]").attr("placeholder", "Type your answer here");
$("input[type=password]").attr("placeholder", "Type your answer here");