The Wayback Machine - https://web.archive.org/web/20190322181136/https://github.com/emberjs/ember-jquery
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

No description, website, or topics provided.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
config Fix ember-try config Jan 22, 2019
tests Add test for no deprecations, fixed Ember.Component.$ implementation Jan 23, 2019
vendor Transpile vendor tree, fix Ember version detection Jan 23, 2019
.editorconfig Init repo May 22, 2018
.ember-cli
.eslintignore
.eslintrc.js
.gitignore ember-cli-update to 3.6 Jan 8, 2019
.npmignore
.travis.yml
.watchmanconfig
CHANGELOG.md
CONTRIBUTING.md ember-cli-update to 3.6 Jan 8, 2019
LICENSE
LICENSE.md ember-cli-update to 3.6 Jan 8, 2019
README.md
ember-cli-build.js Avoid double import of jQuery when ember-cli has already included it. May 23, 2018
index.js Transpile vendor tree, fix Ember version detection Jan 23, 2019
package.json
testem.js
yarn.lock

README.md

ember-jquery

Ember has been historically coupled to jQuery. As part of RFC294 jQuery has been made optional and this addon will explicitly add the jQuery integration functionality.

Installation

ember install @ember/jquery

You should also explicitly tell Ember to enable its jQuery integration:

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

License

This project is licensed under the MIT License.

You can’t perform that action at this time.