Page 1 of 1

Jquery Placeholder not working

Posted: Fri Nov 05, 2010 3:10 pm
by derzok
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

Re: Jquery Placeholder not working

Posted: Sat Nov 06, 2010 6:13 am
by Alan Baxter
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