I can't seem to work out what I'm doing wrong, I thought I would integrate some external JS functions but was having no luck. So, I have simply started a new project and tried this in both c2 and c3 but still I cannot get my JS to execute?
I am using the browser to execute a simple function... "test link();"
JS I have put in the index file AND tried in a separate JS file but simply nothing and nothing in the console???
<script type="text/javascript">
function testlink(){
alert("test");
}
</script>
Can anyone shed light on what I'm doing wrong.
Thanks