XF 1.4 Script conflict please help

Tony008

Member
Hello.

Am trying to install the ad code from buysiteads and am getting script conflict.

When I add this code in ad_sidebar.... and click on the username it wont open. it loads and loads and nothing happend

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://buysiteads.com/assets/js/buysiteads-ad.js"></script>


I have tried to avoid the conflict with

<script>
$.noConflict();
</script>

But still not working.

Can please someone help?

Thank you!
 
Top Bottom