songtianlun
032ff0552a
- Introduce jQuery and jQuery UI libraries - Create an add_jquery.js for global availability - Import active_admin.js to initialize the setup These changes integrate jQuery and jQuery UI into the project, which will facilitate more interactive user interface features. The jQuery object is made globally accessible to use within other scripts.
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
import jquery from 'jquery'
|
|
import $ from 'jquery'
|
|
window.jQuery = jquery
|
|
window.$ = $ |