replace input box with placeholder jQuery 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");