top | item 10087962

(no title)

zecho | 10 years ago

Like which? Ember continues to depend on it. Angular uses a lightweight version. I don't think there's a lot of interest in reinventing the wheel as far as cross-browser JS libraries go.

discuss

order

hit8run|10 years ago

Angular by default is not using jQuery. They have a convenience layer that is similar to the jQuery-API called jqLight. But if you use Angular in the right way you usually don't need to access the DOM with these methods.

notNow|10 years ago

I guess Backbone uses jQuery too.