コード例 #1
0
    background-position:right center;
    background-repeat:no-repeat; }
</style>
<?php 
IncFunc::jQuery();
IncFunc::jQueryDatePicker();
IncFunc::generalDateFunctions();
?>

<script>
   
	
	$(function(){

		<?php 
IncFunc::jqueryTimeFrame();
?>
		//$( "input:button", "#pf-form" ).button();
		//$( "input:button", "#pf-form" ).css("padding",0);
		$( "input:button").button();
		$( "input:button").css("padding",0);
				
		
		/*$('#dialog').dialog({autoOpen:false, title : "HELP"});
		$('.help').click(function(){
			$('#dialog').dialog('open')
		});*/
		
	});

	$(document).ready(function() {