jQuery disables block editing [Solved]

Permalink
Problem:

As soon as I add the link to get jQuery:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>


I can no longer edit blocks in Edit mode.

Fix:
To fix this, I placed the above mentioned line of code above:

<?=Loader::element('header_required'); ?>


Not sure why this works, but it does! Atleast for me.

 
hutman replied on at Permalink Reply
hutman
The header_required includes the core C5 version of jquery into your page, you are loading a second copy of jquery. This is not recommended and will cause all sorts of weird things to happen.