我的 jsp中没有定义 jQuery 。错误在这里:
"jQuery('#Frame').animate360({"
在以下代码中:
<body>
<script type="text/javascript">
window.onload = function () {
jQuery('#Frame').animate360({
centerInWindow: true,
xmlPath: '/',
objPath: 'Images/',
iconPath: 'HTML5/Images/'
});
};
</script>
</body>