-
Uncaught ReferenceError: jQuery is not defined throws at /resource/select_3/select2.min.js:4:188
Hi,
I am using this plugin “https://select2.github.io/” and uploaded the zip in static resource.
Now I am using the below code in the component:
<ltng:require scripts=”/resource/select_3/select2.min.js” />
I am getting the “Uncaught ReferenceError: jQuery is not defined
throws at /resource/select_3/select2.min.js:4:188” error.
Log In to reply.