$(function() {
	// Add placeholders to non-supported fields
	$('input[placeholder]').placeholder();
});
