Insights from the jQuery Developer Summit: jQuery Core, jQuery UI, and Testing
Table of Contents
Background
#jquery-developer-summit
https://github.com/jquery/2012-dev-summit
- presentations are a narrative
- either work live
jQuery Core
2.0 release
- standard features are still present
- still the IE deprecation
How is jQuery Core developed
- Trac
- Bug report
- Look at compatibility
jQuery UI
Widget factory
- follows from core
- all state is maintained in the widget options
- looks similar to the development of backbone