Introduction
Introduction Statistics Contact Development Disclaimer Help
example.html - jscancer - Javascript crap (relatively small)
git clone git://git.codemadness.org/jscancer
Log
Files
Refs
README
LICENSE
---
example.html (259B)
---
1 <style type="text/css">
2 details summary {
3 cursor: pointer;
4 }
5 details > div {
6 margin-left: 1em;
7 }
8 details[open] {
9 }
10 details[open] div {
11 }
12 </style>
13
14 <details open>
15 <summary>Some summary, click to expand</summary>
16 <div>
17 <p>Some text</p>
18 </div>
19 </details>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.