$('#ttt').on({
????'click':function(){
?????????//在這里執(zhí)行你的點(diǎn)擊操作
?????},
????'mouseover':function(){
????????//在這里執(zhí)行你的鼠標(biāo)移入的操作
????????$('#ttt').css("color","red");
?????},
????'mouseout':function(){
????????//在這里執(zhí)行你的鼠標(biāo)移出操作
???????
????}
});
怎么獲取到原本的顏色值?
錯(cuò)過(guò)了年華
2017-07-31 00:01:04