import $ from 'jquery' $(function () { $('.js-become-candidate').on('click', function () { $('#becomeCandidateModal').modal() }) })