first commit
This commit is contained in:
19
bootstrap/node_modules/component-query/example.html
generated
vendored
Normal file
19
bootstrap/node_modules/component-query/example.html
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Query</title>
|
||||
</head>
|
||||
<body>
|
||||
<ul>
|
||||
<li>one</li>
|
||||
<li>two</li>
|
||||
<li>three</li>
|
||||
</ul>
|
||||
|
||||
<script src="build/build.js"></script>
|
||||
<script>
|
||||
var query = require('query');
|
||||
console.log(query('ul > li'));
|
||||
console.log(query.all('ul > li'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user