Hi,
I just noticed a JS conflict on the community events frontend event submission page on my site which is blocking my page loader from finishing.
Uncaught TypeError: Cannot read property ‘length’ of undefined chosen.jquery.min.js?ver=0.9.5:2
I deactivated plugins, that didn’t fix it. I deactivated theme, that fixed it.
I narrowed it down to the SelectBox script included in my theme – jquery.selectBox.min.js
* jQuery SelectBox
* v1.2.0
* github.com/marcj/jquery-selectBox
Has there been any other reports of this? and not sure what I should do to fix this.
Can I stop the SelectBox from loading on this one page?