Giter Site home page Giter Site logo

ui's Introduction

基于 jQuery 的UI组件

目前只支持 谷歌浏览器,IE 10+,火狐浏览器

图片画廊 Gallary

图片画廊在线地址

使用方法

html部分

<div class="UI-gallary" data-id="UI-gallary-1">
    <ul class="UI-gallary-list">
        <li class="UI-gallary-item">
            <img src="images/1.jpg" data-caption="标题一" alt="" />
            <h3>标题一</h3>
        </li>
        <li class="UI-gallary-item">
            <img src="images/2.jpg" data-caption="标题二" alt="" />
            <h3>标题二</h3>
        </li>
        <li class="UI-gallary-item">
            <img src="images/3.jpg" data-caption="标题三" alt="" />
            <h3>标题三</h3>
        </li>
        <li class="UI-gallary-item">
            <img src="images/4.jpg" data-caption="标题四" alt="" />
            <h3>标题四</h3>
        </li>
    </ul>
</div>

目前只有一种皮肤,以后再完善一些其他的功能

折叠面板 Accordion

折叠面板

选项卡 tab

选项卡

ui's People

Contributors

cherishlyf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.