I'm considering removing jQuery form the Construct 2 engine completely. It's not strictly necessary, would simplify the code, reduce the dependencies, and jQuery stuff doesn't work in non-browser engines anyway like CocoonJS and directCanvas, so using it there is always broken.
Would this break a lot of plugins? Are any plugin developers using it in specific plugins and if so would you be able to refactor it out?