This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.

abot/github_actions/github-actions-6951dec90a'>dependabot/github_actions/github-actions-6951dec90a The official jQuery user interface library: https://github.com/jquery/jquery-uiwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/widget.html
blob: 3dea2ed6920ad9b8a8434d63332f4714d730e042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Widget Test Suite</title>

	<script src="../../../external/requirejs/require.js"></script>
	<script src="../../lib/css.js" data-modules="core"></script>
	<script src="../../lib/bootstrap.js" data-modules="core extend animation classes">
	</script>
</head>
<body>

<div id="qunit"></div>
<div id="qunit-fixture">

<div id="widget-wrapper">
	<div id="widget">
		<div>...</div>
	</div>
</div>

</div>
</body>
</html>