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

Open an elevated command prompt and type "javaws -uninstall" and hit enter. This will NOT uninstall Java but it will clear the Java Cache. Then try again. This is the #1 fix Java recommends trying for any Java error.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.