Skip to content

Instantly share code, notes, and snippets.

@powerc9000
Last active December 17, 2015 12:09
Show Gist options
  • Save powerc9000/5608133 to your computer and use it in GitHub Desktop.
Save powerc9000/5608133 to your computer and use it in GitHub Desktop.
What we want to do for the DOM manipulation library

Some DOM library

The goal here is to make a DOM manipulation library like unto jQuery for practice and to learn javascript more fully and completely

Select things

  • By tag
  • By class
  • By Id

Operations performed on selected things

  • hide
  • show
  • attr
  • fadein
  • fadeout
  • addClass
  • removeClass
  • hasClass
  • css

Utilities

  • iterator
  • Ajax
  • Promises
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment