I'm unable to see the error's cause since refreshing it removes the error. Usually, this is cause by the unnecessary comment strings:
Code:
<!-- ******* BEGIN IMAGE GALLERY SCRIPT ******* -->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("h2").append('<em></em>')
$(".thumbs a").click(function(){
var largePath = $(this).attr("href");
var largeAlt = $(this).attr("title");
$("#largeImg").attr({ src: largePath, alt: largeAlt });
$("h2 em").html(" (" + largeAlt + ")"); return false;
});
});
</script>
<!-- ******* CLOSE IMAGE GALLERY SCRIPT ******* -->
<!-- ******* BEGIN POP-IT MENU SCRIPT ******* -->
Find time to rectify highlighted with just:
Code:
<!--COMMENT HERE-->
...if problem still exists, get back.
Bookmarks