We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the remotipart wiki!
For thoes who prefer RequireJs
Edit your application.js like this:
requirejs.config({ baseUrl: '/assets', paths: { 'jquery': 'jquery', 'jquery.remotipart': 'jquery.remotipart' }, shim: { 'jquery.remotipart': [ 'jquery' ] } }); require(['jquery', 'jquery_ujs', 'jquery.remotipart']);