Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 645 Bytes

File metadata and controls

15 lines (11 loc) · 645 Bytes

Dabby.js To Do List

This project is currently feature complete, stable beta release, this is a list of what needs doing to get it there:

  • Implement $.fn.serializeArray() (Is this needed??)
  • Implement $.fn.wrapInner()
  • Write basic documentation for each method, along with example, and differences to jQuery
  • Write basic tests for each method
  • Go over each method and check that each argument fingerprint is either covered or not going to be implemented
  • Update existing tests to include all fingerprints

Things to do in the future:

  • More extensive test coverage
  • More extensive jQuery API coverage?