jQuery.noConflict();
(function($){
$(function(){
$("#jv_amenu_side49").accordion({
initShow : "ul.current",
objClass:".jv_maccordion",
slide:1 });
}); })(jQuery); (function($){
$(function(){
$("#jv_amenu_side49").aMenuLoad({
activeItemId:1,
moduleId:49,
eventType:1
}); }); })(jQuery);
Opera Firefox Chrome - 所有工作都很好但是
IE 7和IE 9
此行有Char:4 Error: Object doesnt support this property or method Code:0
错误:initShow : "ul.current"
,
我认为它是UL标签,但不知道如何使其可行 there is a left column menu
答案 0 :(得分:0)
很难看到。您应该通过相关的HTML代码。
无论如何,你确定你不希望initShow成为“li.current”或“ul .current”吗?现在看起来不正确,因为这意味着ul
有一个.current
类。