JQuery achieves a sliding window effect that senses mouse changes on the Microsoft homepage. jquery window
This example describes how jQuery achieves a sliding window effect that senses mouse changes on the Microsoft homepage. Share it with you for your reference. The details are as follows:
This is a jQuery sliding window that senses mouse changes on the Microsoft homepage. After the mouse is placed, the window will be stretched to the left. After the mouse is removed, it will be restored to its original shape, which was found on the Microsoft official website, I looked at the code and thought it was easy to buckle it and did not dare to enjoy it exclusively.
The running effect is as follows:
The Online Demo address is as follows:
Http://demo.jb51.net/js/2015/jquery-f-microsoft-web-nav-demo/
The Code is as follows:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I hope this article will help you with jQuery programming.