i got a below eror on my windows-8 apps when i run this code
//code
<script src=" /lib/jquery-1.7.2.js"></script>
<script src="/js/modcoder_excolor/jquery.modcoder.excolor.js"></script>
$(document).ready(function () {
$('#my_input').modcoder_excolor();
});
//eror
SCRIPT28: Unhandled exception at line 5, column 1174 in ms-appx://fa516517-befe-47aa-89d8-5790abfd39df/lib/script.js
0x800c001c - JavaScript runtime error: Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe. For example, using the innerHTML property to add script or malformed HTML will generate this exception. Use the toStaticHTML method to filter dynamic content, or explicitly create elements and attributes with a method such as createElement. For more information, see http://go.microsoft.com/fwlink/?LinkID=247104.
File: script.js, Line: 5, Column: 1174