mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-08 00:57:01 +03:00
Remove broken jquery-ui
This commit is contained in:
parent
39aa35f2aa
commit
d3488a963e
718 changed files with 10 additions and 518340 deletions
|
@ -1,37 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery UI Menu - Categories</title>
|
||||
<link rel="stylesheet" href="../../themes/base/all.css">
|
||||
<link rel="stylesheet" href="../demos.css">
|
||||
<script src="../../external/requirejs/require.js"></script>
|
||||
<script src="../bootstrap.js">
|
||||
$( "#menu" ).menu({
|
||||
items: "> :not(.ui-widget-header)"
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
.ui-menu { width: 200px; }
|
||||
.ui-widget-header { padding: 0.2em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul id="menu">
|
||||
<li class="ui-widget-header"><div>Category 1</div></li>
|
||||
<li><div>Option 1</div></li>
|
||||
<li><div>Option 2</div></li>
|
||||
<li><div>Option 3</div></li>
|
||||
<li class="ui-widget-header"><div>Category 2</div></li>
|
||||
<li><div>Option 4</div></li>
|
||||
<li><div>Option 5</div></li>
|
||||
<li><div>Option 6</div></li>
|
||||
</ul>
|
||||
|
||||
<div class="demo-description">
|
||||
<p>By using the <code>items</code> option, you can configure which elements are converted into selectable menu items. Here this technique is used to create category headers.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue