change input placeholder text jquery

JavaScript
$("input[type=password]").attr("placeholder", "Type your answer here");
Source

Also in JavaScript: