Skip to main content

Search and Top Navigation

Ticket #5742: jqueryui-dialog-title-field-bug.html


File jqueryui-dialog-title-field-bug.html, 0.9 KB (added by Ben Blank, June 19, 2010 06:47AM UTC)
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>jQUery dialog title field bug</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-lightness/jquery-ui.css">
		<style type="text/css">label, textarea { display: block; }</style>
	</head>

	<body>
		<form title="ignored">
			<label>Title: <input name="title"></label>
			<label>Content: <textarea name="content"></textarea></label>
		</form>

		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>

		<script type="text/javascript">
			$(document).ready(function() {
				$("form").dialog({ });
			});
		</script>
	</body>
</html>

Download in other formats:

Original Format