Good afternoon,
I've been trying to figure out the reason for the code: link does not work outside of JSFIDDLE. Even though I'm copying the way it is, and creating my .HTML and .JS files, it just does not execute the function.
The jQuery library is being included, as well as including my .JS in HTML
<script src="http://code.jquery.com/jquery-1.9.1.js"></script><scripttype="text/javascript" language="JavaScript" src="test.js"></script>
Finally, I tried debugging but no error appears in either IE 11 or Chrome.
Does anyone have an idea what it could be?