I wrote a little code to get some tooltips in my multiple select box,
The code is working file in FF but not in IE :(
ex:
$('#select > option').mouseover(function(){
alert($(this).text());
});
Can anyone help me?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…