Yes, I believe you either need to do this, or alter the jstree.js file itself to change references to jQuery to just use global (as in, don't require jQuery at all)
W3C validator error : Attribute component not allowed on element ....
-
I keep getting this error (more than 25 errors ) when I validate my theme (which is build on the persona theme), will it be an issue if I delete the attribute "component" from my ul, li, h2.....
examples of the errors I get:
Attribute component not allowed on element li at this point.
Attribute component not allowed on element h2 at this point.
Attribute component not allowed on element i at this point. -
There's an issue on GitHub for this