JQuery implements code similar to Baidu paging footprint, and jquery Paging
This article describes the code of the Baidu paging footprint simulation implemented by jQuery. We will share this with you for your reference. The details are as follows:
This is similar to Baidu's paging footprint. Based on jquery, the principle is that all the odd-number footprint elements provide different styles, and other non-odd-Number elements follow the default style.
Parameter description:
Obj indicates all odd elements.
Even current trigger event to be clicked
Bg is the footprint Element
Active_bg indicates the background of the click footprint.
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 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.