The Firebug error message goes away when Security Scan is deactiviated.
Message:
$ is not a function
scripts.js()()
scripts.js (line 6)
{Break on this error] $('myForm').addEvent('submit', function(e) {
The Firebug error message goes away when Security Scan is deactiviated.
Message:
$ is not a function
scripts.js()()
scripts.js (line 6)
{Break on this error] $('myForm').addEvent('submit', function(e) {
I get the same Javascript error in IE 6 and 7, Firefox 2 and 3, and Safari 3, all on XP.
I have seen this too.
If you change "$" to "jQuery" in lines 6 & 15 of "/wp-security-scan/js/scripts.js" it removes that problem, but then you run into a different javascript error that I haven't been able to fix yet (I'm still unexperienced with javascript debugging).
Hopefully this is helpful to finding a fix. I've also contacted the plugin creator about this issue, and I'll give an update here when I get a response back.
You must log in to post.