Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start [2023/06/28 03:46] – nick | start [2024/08/19 07:30] (current) – nick | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== CHAOS THEORY ====== | ||
- | < | ||
- | < | ||
- | <meta name=" | ||
- | < | ||
- | * { | ||
- | box-sizing: border-box; | ||
- | } | ||
- | #myInput { | ||
- | background-image: | ||
- | background-position: | ||
- | background-repeat: | ||
- | width: 100%; | ||
- | font-size: 16px; | ||
- | padding: 12px 20px 12px 40px; | ||
- | border: 1px solid #ddd; | ||
- | margin-bottom: | ||
- | } | ||
- | |||
- | #myUL { | ||
- | list-style-type: | ||
- | padding: 0; | ||
- | margin: 0; | ||
- | } | ||
- | |||
- | #myUL li a { | ||
- | border: 1px solid #ddd; | ||
- | margin-top: -1px; /* Prevent double borders */ | ||
- | background-color: | ||
- | padding: 12px; | ||
- | text-decoration: | ||
- | font-size: 18px; | ||
- | color: black; | ||
- | display: block | ||
- | } | ||
- | |||
- | #myUL li a: | ||
- | background-color: | ||
- | } | ||
- | </ | ||
- | </ | ||
- | < | ||
- | |||
- | < | ||
- | |||
- | <input type=" | ||
- | |||
- | <ul id=" | ||
- | < | ||
- | < | ||
- | |||
- | < | ||
- | < | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | </ul> | ||
- | |||
- | < | ||
- | function myFunction() { | ||
- | var input, filter, ul, li, a, i, txtValue; | ||
- | input = document.getElementById(" | ||
- | filter = input.value.toUpperCase(); | ||
- | ul = document.getElementById(" | ||
- | li = ul.getElementsByTagName(" | ||
- | for (i = 0; i < li.length; i++) { | ||
- | a = li[i].getElementsByTagName(" | ||
- | txtValue = a.textContent || a.innerText; | ||
- | if (txtValue.toUpperCase().indexOf(filter) > -1) { | ||
- | li[i].style.display = ""; | ||
- | } else { | ||
- | li[i].style.display = " | ||
- | } | ||
- | } | ||
- | } | ||
- | </ | ||
- | |||
- | </ | ||
- | </ |