Просмотр поста

.
elkol

Kip-OK, Вот ещё под себя незатачивал (так немного)

echo'<link type="text/css" href="../query/css/query.css" rel="stylesheet" />	
		<script type="text/javascript" src="../query/js/jquery-1.6.2.min.js"></script>
		<script type="text/javascript" src="../query/js/jquery-ui-1.8.16.custom.min.js"></script>';


echo'<script>
	$.fx.speeds._default = 500;
	$(function() {
		$( "#dialog" ).dialog({
			autoOpen: false,
			show: "blind",
			hide: "explode"
		});

		$( "#opener" ).click(function() {
			$( "#dialog" ).dialog( "open" );
			return false;
		});
	});
	</script>';
echo'<link type="text/css" href="../css/ui-lightness/jquery-ui-1.8.16.custom.css" rel="stylesheet" />	';



echo'<div class="demo">

<div id="dialog" title="Заголовок">';
	Вставляем что нибудь например плеер
echo'</div>

<button id="opener">Открыть</button>

</div>';



Папку в корень
Прикрепленные файлы: