not sure, but I think you will need to use the no conflict method http://api.jquery.com/jQuery.noConflict/
OR
change all your $ signs to jQUery in scripts
OR
(function( $ ) { $.fn.myPlugin = function() {
or any method that combines all of the above.
You can also find related questions on this site:
https://stackoverflow.com/search?q=jquery+conflict
Obmerk kronen
source share