Ultra-concise jquery content slider plug-Basic jquery Slider

Source: Internet
Author: User

SummaryContent Slider Plug-in allows you to display more content in limited space, before giving force technology has recommended several such plug-ins, today is recommended also a content slider plug-Basic jQuery slider. The Basic jquery slider is a lightweight, simple jquery content slider that is only 4.6kb in size after compression

Content Slider Plug-in allows you to display more content in limited space, before giving force technology has recommended several such plug-ins, today is recommended also a content slider plug- Basic jQuery slider.

The Basic jquery slider is a lightweight, simple jquery content slider that is only 4.6kb in size after compression. It can be used to display text, images and other arbitrary HTML content. This plugin does not have too many fancy features, only contains some basic functions, realizes the fade and slide two kinds of animation transition effect. In addition to using the button's navigation, it also supports keyboard control. The most important feature of this plugin is the ability to customize theme styles, which can create beautiful effects. Front-End UI sharing

How to use

First introduce the jquery and Basic jquery slider plugin in the page

. Code
  1. <script src="Jquery-1.4.2.min.js"></script>
  2. <script src="Basic-jquery-slider.js"></script>

The following add the required HTML code, UL must set class= "Bjqs"

. Code
  1. <div id="slideshow">
  2. <ul class="Bjqs">
  3. <li><!--any Content--></li>
  4. </ul>
  5. </div>

Finally initialize the plugin, front-end UI sharing

. Code
  1. $ (' #slideshow '). Bjqs ({
  2. ' width ' : 940,
  3.         " height '  : 340 ,   
  4. ' Showmarkers ' : true,
  5. ' Showcontrols ' : true,
  6. ' Centermarkers ' : false
  7. });

Ultra-concise jquery content slider plug-Basic jquery slider

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.