Open yxhuvud opened 7 years ago
How is dependency, not work for me!
To make this work, I supposed to add jquery
gem 'jquery-rails'
And here we need to load the jquery.js
//= require jquery3
//= require jquery_ujs
//= require social-share-button
...
` Maybe this tutor could help u better: Using Jquery with Rails
Can someone make a PR to remove this jQuery dependency? It's 2019.
There is a dependency on jquery to get this to work, and not only jquery, but that you let jquery define $ in the global scope. This dependency should either be documented or removed.