$(function() {
	$('#date').datepicker({dateFormat: 'yy-mm-dd'}); 
	$('#button').button('enable'); 	
	$("#tabs").tabs();
});

