I'm working on some click to copy coding and came across an issue. The code and scripts do not work when I call <?php wp_head(); ?>, but if I delete that code from my header, then the scripts work properly. Has anyone else had problems like this? I'm calling the scripts like:
<head>
.
.
.
<script type="text/javascript" src="http://www.creativepatience.com/sample_blog/zeroclipboard/ZeroClipboard.js"></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script type="text/javascript" src="http://www.creativepatience.com/sample_blog/js/clipboard.js"></script>
<?php wp_head(); ?>
</head>
Any assistance would be much appreciated