I am using jQuery 1.7.2 and lighbox in my website. The HTML code which I want to load in lightbox is following:
//script type="text/javascript">
//jquery code
</script>
//html code..
While using firefox and chrome there is no problem while opening lightbox, but while using IE it is displaying following error:
SCRIPT257: Could not complete the operation due to error 80020101. jquery.min.js, line 2 character 11497..
When I change script type from text/javascript
to text/html
, lightbox opens fine but now javascript code doesn't work...