-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamic user interface interactions: Drop Down Menu: Added Mobile bro…
…wser support * dynamic-ui-interactions: drop-down-menu * dynamic-ui-interactions: reusable drop-down-menu * Dynamic user interface interactions: Drop Down Menu * Dynamic user interface interactions: Drop Down Menu: Added Mobile browser support
- Loading branch information
1 parent
4bd44bc
commit 0eb25ed
Showing
5 changed files
with
14 additions
and
383 deletions.
There are no files selected for viewing
13 changes: 1 addition & 12 deletions
13
...ediate-js/implementing-dynamic-user-interface-interactions/drop-down-menu/dist/index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<title>Drop Down Menu</title> | ||
<script defer="defer" src="main.js"></script> | ||
</head> | ||
<body> | ||
<h2>Drop Down Menu Demo</h2> | ||
</body> | ||
</html> | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Drop Down Menu</title><script defer="defer" src="main.js"></script></head><body><h2>Drop Down Menu Demo</h2></body></html> |
361 changes: 1 addition & 360 deletions
361
...ermediate-js/implementing-dynamic-user-interface-interactions/drop-down-menu/dist/main.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...iate-js/implementing-dynamic-user-interface-interactions/drop-down-menu/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
...ermediate-js/implementing-dynamic-user-interface-interactions/drop-down-menu/package.json
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.