Coder Social home page Coder Social logo

jinxiuliu / jquery-indexedlist Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 97 KB

移动端索引列表,根据mui-indexedlist更改而来

Home Page: https://jinxiuliu.github.io/jQuery-IndexedList/example/

License: MIT License

CSS 8.89% HTML 91.11%
jquery-plugin indexedlist javascript jquery-indexeddb

jquery-indexedlist's Introduction

jquery-indexedlist.js

移动端索引列表,根据mui-indexedlist更改而来,现在基于jquery,不用引入mui的js、css文件。

Demo

see the https://jinxiuliu.github.io/jQuery-IndexedList/example/

Install

<link href="mui.indexedlist.css" rel="stylesheet" />
...
<script src="jquery.indexedlist.js" type="text/javascript"></script>

Usage

$(function() {
    $('#list').IndexedList({
        $bar: $('.mui-indexed-list-bar'),   // 存储索引的盒子
        $inner: $('.mui-indexed-list-inner'),   // 列表盒子
        $alert: $('.mui-indexed-list-alert')    // 显示索引提示的盒子
    });
});

Tip: 索引data-group不可更改,如有需要请直接更换js文件中的源码。 具体详情请查看示例。

License

MIT

jquery-indexedlist's People

Contributors

jinxiuliu 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.