At the moment, I have jQuery and jQueryUI installed like this:
js/jQuery/
js/jQueryUI/
I’m getting an error that seems to be related to loading CSS files. Is there a ‘proper’ way to include jQueryUI – should it be a subfolder of jQuery, for example?
I copied the jQueryUI file into the same location as the jQuery file –
and it works without errors.
I don’t explicitly load anything from the jQueryUI location, and I will eventually test remove the folder.
I’m surprised that this isn’t documented and that nobody suggested it.