Simply download the source, call the following function and replaceholder does the rest.
$.fn.replaceholder();
<input type="text" placeholder="Search" />
- becomes -
<input type="text" value="Search" />