This is the code I am using at the bottom of my javascript (just to test) in order to get my functions working on page load:
// Call to load
$(document).ready(function()
{
test();
}
At the top of my javascript file I have this:
function test() {
alert("hello")
};
Why isnt my test being called?
test();})console.log().