I`m having problem with javascript OR operator. Take a look at following code:
$(trail1.node,circle1.node,text1.node).qtip({
content: {
text: 'this is a test',
title: {text: 'test', button: 'close'}
},
position: {
target: 'mouse'
},
});
From this example .qtip applies only to the first variable, I want it applied to trail1, circle1 and text1. So whats wrong? I
m using RaphaelJS and qtip2 if this knowledge is necessary :)