$(document).ready(function() {
	$('.ide_button').button();
	$('.tipsy').tipsy();
	$('.timepicker').datetimepicker();
});
