IE8上的Jquery jstorage问题?

时间:2012-12-31 10:34:29

标签: javascript jquery jstorage

我在jsp中使用jquery jstorage

导入声明

<script type="text/javascript" src='<s:url value="/script/jstorage.min.js"/>'></script>

这里是我在jstorage中设置值         var customerId = $ .jStorage.get(“customerId”,true); // line

i can see below errors in my console

SCRIPT5022: jQuery, MooTools or Prototype needs to be loaded before jStorage! 
     jstorage.min.js?ver=4.5.8, line 2 character 315
SCRIPT5007: Unable to get value of the property 'get': object is null or undefined 

以某种方式$ .jStorage在第1行的IE中为null但不是firefox / chrome(因此适用于firefox / chrome)。

1 个答案:

答案 0 :(得分:3)

民众得到了修复。需要导入jquery.json-2.3.min.js才能使其在IE上运行