Here's the jquery script I'm using that isn't working:
Code:<script type="text/javascript"> $(document).ready(function () { $("img#importantImg").click(function () { $("#divLayer1").show(); $("#divLayer2").show(); $("#divLayer3").show(); $("#divLayer4").show(); $("#divLayer5").show(); $("#importantImg").attr("src", "<%= Page.ResolveUrl("~/{0}/_res/_images/icon_alertMessage.png", PBS.Cms.Settings.PBSFolderName) %>"); }); }); </script>




Reply With Quote
