This article describes the implementation of jquery Baidu page footprint effect code. Share to everyone for your reference, specific as follows:
This is similar to Baidu's paging footprint effect, based on jquery, the principle is that all the odd-numbered footprint elements to the different style, the other non-odd elements in the default style.
Parameter description:
obj for all odd elements
Even current to click Trigger Event
BG for footprint elements
ACTIVE_BG for post-click Footprint Background
The screenshot of the running effect is as follows:
The online demo address is as follows:
http://demo.jb51.net/js/2015/jquery-f-baidu-page-style-codes/
The specific 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 your jquery programming.