I added cool css menu from one website, it uses jquery version 2. and above, but I had my own custom elements which now works not properly with that version, IE always drops error on that jquery, I wonder if I could disable jquery in some sections of page, for example
<div>jquery version 2.* enabled here</div> <div>jquery is disabled here</div>
so that I can use my own custom elements without touching jquery functions.