mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
23a7a113ac
Ref #10119 Ref gh-1528
31 lines
478 B
HTML
31 lines
478 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>jQuery UI Widget Test Suite</title>
|
|
|
|
<script src="../../lib/css.js" data-modules="core"></script>
|
|
<script src="../../lib/bootstrap.js"
|
|
data-modules="
|
|
widget_core
|
|
widget_extend
|
|
widget_animation
|
|
widget_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>
|