- Code: Select all
$(document).ready(function() {
activateMenu();
$('#awards-links').cycle({
delay: 2000,
timeout: 4000
});
Shadowbox.init();
});
Tried jQuery to replace $ and did not make any difference the error we get is
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
Timestamp: Mon, 23 Aug 2010 18:15:38 UTC
Message: Object doesn't support this property or method
Line: 3
Char: 7
Code: 0
Any help would be appreciated.


