Skip to main content

Search and Top Navigation

Ticket #5916: 5916_standards.html


File 5916_standards.html, 0.6 KB (added by rdworth, August 10, 2010 01:32PM UTC)
<!DOCTYPE html>
<html>

<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>

<div id="dialog" title="Basic dialog"><br><br><br><br><br><br><br></div>

<script>
$("#dialog").dialog({
	height:400,
	dragStop: function() {
		var height = $(this).closest('.ui-dialog').outerHeight();
		$(this).html(height);
	}
});
</script>

</html>

Download in other formats:

Original Format