This is a fairly basic knockout mapping example on jsfiddle. Works on pretty much every browser other than IE9. Does anybody know why? Thanks.
This is a fairly basic knockout mapping example on jsfiddle. Works on pretty much
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like the script is not loading on IE9:
Script from https://raw.github.com/SteveSanderson/knockout.mapping/master/build/output/knockout.mapping-latest.debug.js was blocked due to mime type mismatch
Can you link the file in another server different than github specifying “text/javascript” as mime-type. Or try linking not a debug version: see this dicusion: https://github.com/SteveSanderson/knockout/issues/585
The raw files are not served with the correct mime type from Github, as they likely don’t intend to be a server for the content.