I have set NoScript to allow scripts globally but when I visit the demo page for Jquery Placeholder it still does not work: http://mathiasbynens.be/demo/placeholder
Can anyone help me debug this and figure out how to get it to work? Using Firefox 3.6.6 on mac
Jquery Placeholder not working
Jquery Placeholder not working
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6
-
- Ambassador
- Posts: 1586
- Joined: Fri Mar 20, 2009 4:47 am
- Location: Colorado, USA
Re: Jquery Placeholder not working
The [NoScript] messages in the Error Console tell me it's a combination of a Google bug and the website serving cross-site javascript with wrong type info.
You can work around it be using about:config to:
- toggle the noscript.nosniff pref to false
- append " https://github.com/" to the value of the noscript.inclusionTypeChecking.exceptions pref
(without the quotes but with the leading space)
Reference:
http://forums.informaction.com/viewtopi ... 97&p=23098
http://forums.informaction.com/viewtopi ... 805#p14805
You can work around it be using about:config to:
- toggle the noscript.nosniff pref to false
- append " https://github.com/" to the value of the noscript.inclusionTypeChecking.exceptions pref
(without the quotes but with the leading space)
Reference:
http://forums.informaction.com/viewtopi ... 97&p=23098
http://forums.informaction.com/viewtopi ... 805#p14805
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12