1.0.1 • Published 8 years ago

leaf-query.js v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

logo-query.js

Leaf-query.js is a jQuery-like selector engine for leaf.js.

Installing Leaf-query

Install using Bower:

$ bower install --save leaf-query.js

Install using Npm:

$ npm install --save leaf-query.js

Building Leaf.js

Once you have setup your environment, run:

grunt

Quick Example

<html>
	<body>
		<p>Hello World</p>

		<script src="scripts/leaf-query.min.js"></script>
			$("p").on('click', function(e) {
				$(this).hide();
			});
		<script>
	</body>
</html>

Browser Support

BrowserVersion
Internet Explorer10+
Edge12+
Firefox42+
Chrome45+
Safari9+
Opera34+
iOS Safari8.4+
Android Browser4.4+
Chrome for Android47+