Hey! I should know this. I cannot include two jQuery scripts on one page! Would anybody be able to tell me how to do this please?![]()
Hey! I should know this. I cannot include two jQuery scripts on one page! Would anybody be able to tell me how to do this please?![]()
If I understand the question correctly I think it should be something like this:
<head>
...
<script src='js/stuff1.js' type="text/javascript"></script>
<script src='js/stuff2.js' type="text/javascript"></script>
<script src='js/stuff3.js' type="text/javascript"></script>
...
</head>
<body>
...
Here you have 3 different scripts linked to one html file.
Thank you! That was very helpfulI have done it now
Bookmarks