Skip to content

nanojs/nano-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nano Query plugin

The Query plugin for the nano JavaScript framework uses the Sizzle CSS selector engine, the same used in the core of the jQuery library.

Installation

To add the Query plugin include it in the <head> of the document, after the core framework:

<!DOCTYPE html>
<html>
  <head>
    <title>My Site</title>
    <script src="path/to/nano.js"></script>
    <script src="path/to/nano.query.js"></script>
  </head>
  <body>
		
    <!-- your content here -->
		
  </body>
</html>

Documentation

Full documentation for the plugin is available at http://nanojs.org/plugins/query.

Support

For support, bugs and feature requests, please use the issues section of this repository.

Contributing

If you'd like to contribute new features, enhancements or bug fixes to the code base just follow these steps:

  • Create a GitHub account, if you don't own one already
  • Then, fork the nano-query repository to your account
  • Create a new branch from the develop branch in your forked repository
  • Modify the existing code, or add new code to your branch
  • When ready, make a pull request to the main repository

There may be some discussion regarding your contribution to the repository before any code is merged in, so be prepared to provide feedback on your contribution if required.

License

Copyright 2008-2015 James Watts. All rights reserved.

Licensed under the GNU/GPL. Redistributions of the source code included in this repository must retain the copyright notice found in each file.