We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3776c63 commit 67222ffCopy full SHA for 67222ff
README.md
@@ -7,8 +7,7 @@ This means:
7
8
- High-speed.
9
- No interval/timeout detection. It's truly event-based.
10
- - No CSS modifications.
11
- - Valid CSS Syntax.
+ - No CSS modifications. Valid CSS Syntax.
12
- All CSS selectors available. It uses the normal attribute selector.
13
- Support for webkit/gecko/internet explorer.
14
- `min-width`, `min-height`, `max-width` and `max-height` are yet supported.
@@ -29,4 +28,10 @@ Example
29
28
}
30
```
31
+Include then the javascript file at the bottom and you're good to go. No custom javascript calls needed.
32
+
33
+```html
34
+<script src="src/ElementQueries.js"></script>
35
+```
36
37
Info: This is a first very experimental version! You should not use it yet.
0 commit comments