//jQuery.noConflict();

jQuery(document).ready(function($) {
	$(".date").datepicker({ showOn: "button", buttonImageOnly: true, buttonImage: "typo3conf/ext/tkflatmanager/Resources/Public/Icons/datepicker.gif", dateFormat: "dd.mm.yy"}, $.datepicker.regional["de"]);
	$('.JTtooltip').tooltip({
		tipClass: 'caltip',
		lazy: true,
		delay: 0
	});

});


