<!DOCTYPE html>
<html>
<head>
<link href="css/jquery.wijmo.wijspread.3.20143.14.css" rel="stylesheet" />
<script src="external/jquery-1.8.2.min.js"></script>
<!--SpreadJS pluggable core function library-->
<script src="scripts/pluggable/jquery.wijmo.wijspread.core.3.20143.14.min.js"></script>
<script type="text/javascript">
$(function () {
//The SpreadJS definition and most UI behavior is in SpreadJS Core library.
$("#ss").wijspread();
var spread = $("#ss").wijspread("spread");
var activeSheet = spread.getActiveSheet();
});
</script>
</head>
<body>
<div id="ss" class="spread" style="width: 80%; height: 500px"></div>
</body>
</html>
报错 Uncaught TypeError: Cannot call method 'TouchScrollOnRails' of undefined |
|