jquery-ui >= 1.11.0 together with jquery packaged library
jquery-ui >= 1.11.0 together with jquery packaged library
I am using a library which uses jquery internally via npm and require (
https://github.com/create3000/cobweb ) . When I try to use jquery-ui independently but on the same page, I can only use jquery-ui up to 1.10.4:
Is there somewhere guidance on how to use jquery-ui in a situation where jquery is internally defined and required by another script without having access to that script ?