shane-tomlinson / AFrame-JS

Application Framework in Javascript - A lightweight MVC library for writing apps on the web
Other
13 stars 1 forks source link

Remove the jQuery dependency #3

Closed stomlinson closed 13 years ago

stomlinson commented 13 years ago

Write a native DOM implementation, but have adapters for jQuery, YUI, Prototype, MooTools so they can be used instead and native goes away. Maybe use Sizzle as the selector engine by default. By using one of the adapters, the hope is to be able to use their selector/DOM manipulation engines instead.

stomlinson commented 13 years ago

Checkin fb72b4295d6bbc06167d60252b08379e5e8228ea finishes up most of this work to remove the jQuery dependency, now to create some adapters.

stomlinson commented 13 years ago

Added MooTools adapter.