[jQuery] adding script that uses older jquery
hello!
i'm trying to add a script to my page but there seems to be a conflict
jquery.
<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="js/interface/
jquery.shoutbox.js"></script>
<script type="text/javascript" src="js/interface/interface.js"></
script>
<link rel="stylesheet" type="text/css" href="css/shoutbox.css"
media="all" />
is it possible to use two versions of jquery in the same page?