Maximilian Krög
687795ba24
Skip listing all examples if query param is set.
...
Also use the `input` event instead of `keyup` and addEventlistener instead
of setting the onload / onchange properties.
And handle space character encoded as `+` in query string correctly.
2020-07-17 21:52:34 +02:00
Maximilian Krög
292ff812fe
Split searching and listing
2020-07-17 21:18:53 +02:00
Maximilian Krög
dc05cacefa
Prettier code
...
This also fixes two undeclared variables and the regex is only created once per word
2020-07-17 21:18:53 +02:00
Maximilian Krög
681fc155a7
Move js code into separate file to benefit from code analysis
2020-07-17 21:18:47 +02:00
Éric Lemoine
0ae3f8806e
Remove examples/index.js (refs #67 )
2012-10-21 21:24:15 +02:00
Tom Payne
e9dbb00039
Pass query string through example index
...
This is so that visiting
/examples/index.html?mode=RAW&Debug=true
will automatically add ?mode=RAW&Debug=true to all links in the
generated index.
2012-10-17 11:31:40 +02:00