Skip to content
Advertisement

Select2() is not a function

So i have downloaded select2 i have “installed it” by putting it into my folder and then loaded it on my site when i check the console (where i can see all of the scripts being loaded) i can see the file select2.js

I went to their documentation and copied it and added $("#e9").select2();

However when i load the page i get the following error:

JavaScript

Have anyone else experianced anything like this?

Additional information here is my script:

JavaScript

Advertisement

Answer

I was having this problem when I started using select2 with XCrud. I solved it by disabling XCrud from loading JQuery, it was it a second time, and loading it below the body tag. So make sure JQuery isn’t getting loaded twice on your page.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement