diff options
Diffstat (limited to 'demos/popup/index.html')
-rw-r--r-- | demos/popup/index.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/demos/popup/index.html b/demos/popup/index.html deleted file mode 100644 index 63636241b..000000000 --- a/demos/popup/index.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8" /> - <title>jQuery UI Popup Demos</title> - <link href="../demos.css" rel="stylesheet" /> -</head> -<body> - <div class="demos-nav"> - <h4>Examples</h4> - <ul> - <li class="demo-config-on"><a href="default.html">Default functionality</a></li> - <li><a href="tooltip.html">Popup on hover (tooltip)</a></li> - <li><a href="animation.html">Popup - show/hide effects</a></li> - <li><a href="popup-menu.html">Menu's as popup</a></li> - <li><a href="popup-menu-table.html">Menu's as popup in a table</a></li> - </ul> - </div> -</body> -</html> |