Skip to content

mcchin/sdomquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   _____ _                 __        ____  ____  __  ___   ____                       
  / ___/(_)___ ___  ____  / /__     / __ \/ __ \/  |/  /  / __ \__  _____  _______  __
  \__ \/ / __ `__ \/ __ \/ / _ \   / / / / / / / /|_/ /  / / / / / / / _ \/ ___/ / / /
 ___/ / / / / / / / /_/ / /  __/  / /_/ / /_/ / /  / /  / /_/ / /_/ /  __/ /  / /_/ / 
/____/_/_/ /_/ /_/ .___/_/\___/  /_____/\____/_/  /_/   \___\_\__,_/\___/_/   \__, /  
                /_/                                                          /____/   

Build Status Code Climate Sauce Test Status

Sauce Test Status

Just want a small enough library to query DOM for micro projects instead of including the entire jQuery.

  1. Imitating jQuery function, so that is easier for people who already familiar with jQuery.
  2. Only have necessary core functions to access DOM (Traverse, query, apply CSS, DOM positioninig, and probably some DOM manipulation and events handling)
  3. It won't be a direct drop-in for jQuery (e.g. Zepto)

Release History

  • 2015-03-17 : Version 0.1
  • 2015-02-10 : Work in progress

Special thanks

Inspired by the following links:

  1. http://jquery.com/
  2. http://www.sitepoint.com/jquery-vs-raw-javascript-1-dom-forms/
  3. https://github.com/szarouski/lodash.dom-traverse/
  4. https://github.com/ctult/TinyDOM
  5. https://github.com/viisual/ASCII-Decorator

Copyright and License

Copyright 2015 web1977.com

Licensed under the MIT License

About

Simple DOM Query

Resources

License

Stars

Watchers

Forks

Packages

No packages published