I need these two includes for different jQuery features but when they're included together they're conflicting and breaking each other. I can only include one or the other successfully but then I lose the other features.
Is there a way I can combine the features of these two includes without them clashing?
<script type='text/javascript' src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
I need the first include for the accordion at http://jsfiddle.net/Xanetia/8kz4m/
I need the second include for http://www.stickyjs.com
Thanks everyone and thank you for the re-ordering reminder. I used that along with replacing one of the includes with google's cdn for jquery. This worked and both functionalities remain in tact. The order is important: