$(document).ready(function(){
$(document).ready(function(){

		$('#email').defaultValue('Email id');
		
	});
})
