Using jquery for fade-in and fade-out results the mouse will flash

Source: Internet
Author: User

I used jquery TO MAKE A Fade-in and fade-out effect, that is, the mouse will fade into a layer (there is only one background image and a few texts in the layer), move the mouse away and fade out that layer.
However, as long as the mouse is placed on the li, the mouse pattern (hand, Arrow, And I-word) is constantly changing (flashing) and debugging has not been completed yet. Sometimes it does not flash, sometimes it will flash, I do not know why

Html:Copy to ClipboardReference: [www.bkjia.com] <ul class = "aaa">
<Li> <div> This is a light-in layer </div> <a> List 1 </a> </li>
<Li> <div> This is a light-in layer </div> <a> List 2 </a> </li>
<Li> <div> This is a light-in layer </div> <a> List 3 </a> </li> </ul>
Css:Copy to ClipboardReference: [www.bkjia.com]. aaa div {display: none}
Jquery:Copy to ClipboardReference: [www.bkjia.com] $ (". aaa li"). hover (function (){
$ (This). find (div). fadeOn (800)
},
Function (){
$ (This). find (div). fadeOn (200)
})

// Added a code to remove the focus.
$ ("A"). focus (function (){
If (this. blur) {this. blur ();}
})

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.