Basic use of swiper (13)

Source: Internet
Author: User
This article introduces how to add a control button to the swiper page (you can control the previous page and next page ). This article introduces how to add a control button to the swiper page (you can control the previous page and next page ).

First, build the basic swiper page layout. Then we add p (. swiper-button-next/prev) of the page flip button to the external container (. swiper-container.

H5EDU 1

H5EDU 2

H5EDU 3

H5EDU 4

H5EDU 5

H5EDU 6

Then, initialize the function in js and bind the pagination button class.

Var swiper = new Swiper ('. swiper-iner ', {pagination :'. swiper-pagination ', paginationClickable: true, spaceBetween: 30, nextButton :'. swiper-button-next ', // bind the control button of the next page to prevButton :'. swiper-button-prev '// control button bound to the previous page });

We can use the class name to change the color of the control button. And the control button will change to the corresponding style or add function as our properties change.

The above is the basic usage of swiper (13th). For more information, see PHP Chinese website (www.php1.cn )!

Related Article

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.