Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 303 Bytes

README.md

File metadata and controls

49 lines (25 loc) · 303 Bytes

jQuery from Scratch

Requirements

  • $()

  • $.extend()

  • append()

  • prepend()

  • each()

  • find()

  • on()

  • off()

  • clone()

  • html()

  • text()

  • before()

  • after()

  • remove()

  • css()

  • attr()

  • addClass()

  • toggleClass()

  • animate()

  • fadeOut()

  • fadeIn()

  • slideUp()

  • slideDown()