3ef8448
1
2
3
4
5
6
7
8
$(document).ready(function(){ $('input[type="text"], input[type="password"], textarea').each(function() { $(this).val( $(this).attr('placeholder') ); }); });