IE8不支持javascript的地图功能,所以我使用的是jQuery'
jQuery.map( Ids, function( Id ) {}
但是,上述功能会导致此错误:
Object doesn't support this property or method
我也试过
$.map( Ids, function( Id ) {}
但是这会得到同样的错误。 Ids
是一个短字符串数组。任何想法为什么会发生这种情况?
更新 这是我的版本:
/*!
* jQuery JavaScript Library v1.11.0
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2014-01-23T21:02Z
*/