View file Live Chat 3/5.0_complete/install/assets/js/placeholder.js

File size: 176B
$(document).ready(function(){
	
	$('input[type="text"], input[type="password"], textarea').each(function() {
		$(this).val( $(this).attr('placeholder') );
    });
	
});