Well, I'm working on Wordpress Theme and I've a very strange behavior.
When I put my jQuery script in script tag (anywhere on the site) it works like charm.
But when I try to link to a file with the same script, like:
<script src="address" type="text/javascript"></script> - it doesn't.
What's wrong? The link is VALID. The script was tested in the beginning but also at the end of a site (so that's no "on load" problem).
How to troubleshoot problems like that? Is there a way to debug JavaScript in Opera?
Can't provide a link.
Thanks
address?