Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Demos: Cleanup.
- Loading branch information
1 parent
9e259c6
commit 303f20e1b3c977d75047bed1a3533a180d73fab5
Showing
167 changed files
with
731 additions
and
2,542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>jQuery UI Accordion Demos</title> | ||
<link rel="stylesheet" href="../demos.css"> | ||
</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="fillspace.html">Fill space</a></li> | ||
<li><a href="no-auto-height.html">No auto height</a></li> | ||
<li><a href="collapsible.html">Collapse content</a></li> | ||
<li><a href="hoverintent.html">Open on hoverintent</a></li> | ||
<li><a href="custom-icons.html">Customize icons</a></li> | ||
<li><a href="sortable.html">Sortable</a></li> | ||
</ul> | ||
</div> | ||
<ul> | ||
<li><a href="default.html">Default functionality</a></li> | ||
<li><a href="fillspace.html">Fill space</a></li> | ||
<li><a href="no-auto-height.html">No auto height</a></li> | ||
<li><a href="collapsible.html">Collapse content</a></li> | ||
<li><a href="hoverintent.html">Open on hoverintent</a></li> | ||
<li><a href="custom-icons.html">Customize icons</a></li> | ||
<li><a href="sortable.html">Sortable</a></li> | ||
</ul> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>jQuery UI Effects Demos</title> | ||
<link rel="stylesheet" href="../demos.css"> | ||
</head> | ||
<body> | ||
|
||
<div class="demos-nav"> | ||
<h4>Examples</h4> | ||
<ul> | ||
<li class="demo-config-on"><a href="default.html">Default functionality</a></li> | ||
</ul> | ||
</div> | ||
<ul> | ||
<li><a href="default.html">Default functionality</a></li> | ||
</ul> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.