@ember/jquery

2.0.0 • Public • Published

ember-jquery

Ember has been historically coupled to jQuery. As part of RFC294, jQuery has been made optional.

This addon makes jQuery available in an Ember project. It also provides the mechanism that implements jQuery integration when that feature is enabled.

Compatibility

  • Ember.js v2.16 or above
  • Ember CLI v2.13 or above
  • Node.js v12 or above

Installation

ember install @ember/jquery

If you also wish to enable Ember's jQuery integration, you must do so explicitly:

ember install @ember/optional-features
ember feature:enable jquery-integration

Usage

import jQuery from 'jquery'
const element = jQuery('#special');

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Dependents (38)

Package Sidebar

Install

npm i @ember/jquery

Weekly Downloads

43,477

Version

2.0.0

License

MIT

Unpacked Size

21.6 kB

Total Files

12

Last publish

Collaborators

  • melsumner
  • chriskrycho
  • ef4
  • rwjblue
  • stefanpenner
  • chadhietala
  • chancancode
  • dgeb
  • krisselden
  • locks
  • mmun
  • tomdale
  • wycats
  • katiegengler
  • nullvoxpopuli
  • scalvert
  • mixonic