我有一个非常简单的Bootstrap按钮,里面有一个字体很棒的图标。我需要捕获悬停事件以更改图标的颜色。
在IE和Chrome中工作得非常好,但在Firefox上则不行。我尝试了很多东西,包括将<i>
置于一个范围内但对Firefox没有任何作用
我还在mouseEnter事件上添加了一个jQuery监听器,作为没有触发事件的证明。
这是Firefox中的错误吗?
有办法解决这个问题吗?
小提琴:http://jsfiddle.net/dft2nqqd/2/
HTML
<button class="btn btn-default no-left-border current-location-button" type="button">
<i class="fa fa-battery-full"></i>
</button>
CSS
.fa-battery-full {
font-size: 24px;
}
.fa-battery-full:hover {
color:red;
}
的jQuery
$(".fa-battery-empty").mouseenter(function(){
alert("Hover");
});
由于
答案 0 :(得分:2)
您可以将鼠标悬停添加到char (*lines)[30];
lines = (char *)malloc(10 * sizeof(char) * 30);
班级:
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
var task = Upload("APPKEY", "FILELOCATION","TEXT.TXT","CONTENT TEXT HERE");
task.Wait();
}