1.5.1 • Published 2 months ago

cocoon-js-vanilla v1.5.1

Weekly downloads
321
License
MIT
Repository
-
Last release
2 months ago

cocoon-js-vanilla

Contains the Javascript dependency for the cocoon rubygem without jQuery dependency.

Why

After two days of fighting with cocoon:after-insert not firing, I've decided to do the sane thing and re-write Cocoon JS to vanilla JS without jQuery.

How to use

  • Install the cocoon rubygem as usual
  • yarn add cocoon-js-vanilla
  • In a JS file that relies on the cocoon javascript, import cocoon-js-vanilla at the top of the file

For example, if you're using webpacker and have an application.js entrypoint, you can do:

// app/javascript/packs/application.js
import "cocoon-js-vanilla";
...

Inspired by https://github.com/joerodrig/cocoon-js

1.5.1

2 months ago

1.5.0

2 months ago

1.4.0

3 months ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago