1
我有JavaScript或運營商的問題。看看下面的代碼:對象與屬性與OR在JavaScript中
$(trail1.node,circle1.node,text1.node).qtip({
content: {
text: 'this is a test',
title: {text: 'test', button: 'close'}
},
position: {
target: 'mouse'
},
});
從這個例子.qtip只適用於第一個變量,我希望它應用到trail1,CIRCLE1和文本1。那麼什麼s wrong? I
m使用RaphaelJS和qtip2如果這種知識是必要的:)
你在哪裏使用'OR'運算符? – Brad
'$()'用逗號分隔_string _...嘗試使用'add'。 – elclanrs
我認爲jQuery可以接受一個數組,但不是肯定的。嘗試將選擇器列表放在'[]'中。 – Brad