Conflict loading jQuery on page

0

I think you're experiencing some jQuery conflict. I have on this page, among others, the link

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

WhenIcommentonthisline,thepageappears,asshowninthisimage.Iwantyoutostaythatway,

but the acordion and faq acordion menu do not work.

If I uncomment this link from Ajax the menu and faq acordion re-run, but the header looks like this image.

How to find out where the error is? How to fix this?

NOTE: I do not understand anything about jQuery

    
asked by anonymous 14.09.2015 / 21:26

1 answer

0

You can try using the remove conflict tag link as in the jQuery link.

But I think it's some class in your AJAX that's using this class. It's best if you publish some lines of code to help us solve the problem ...

    
15.09.2015 / 02:59