ember-auto-remove-jquery-events

Automatically removes jQuery events from this.$()

Usage no npm install needed!

<script type="module">
  import emberAutoRemoveJqueryEvents from 'https://cdn.skypack.dev/ember-auto-remove-jquery-events';
</script>

README

ember-auto-remove-jquery-events

Automatically removes jQuery events on destruction of the view.

Gone are the days of this.$().off to avoid leaks

Installation

  • git clone https://github.com/jasonmit/ember-auto-remove-jquery-events.git
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.