Giter VIP home page Giter VIP logo

jpops.tiny's Introduction

##用法

alert:

$.jPops.alert({
    content:"alert信息",
    callback:function(r){
        if(r){
            $("body").append("<div>alert:确定</div>")
        }
    }
});

confirm:

$.jPops.confirm({
    content:"confirm信息",
    okButton:"ok",
    cancelButton:"cancel",
    callback:function(r){
        if(r){
            $("body").append("<div>confirm:确定</div>")
        }
        else{
            $("body").append("<div>confirm:取消</div>")
        }
    }
});

##参数

  • title 标题
  • icon 标题显示的图标
  • content 内容
  • okButton 确定按钮文字
  • cancelButton 取消按钮文字
  • callback 回调函数

jpops.tiny's People

Contributors

iancj avatar

Stargazers

aboutboy avatar 天明 avatar 挡不住的君文 avatar warden avatar liuyutao avatar 段鑫鑫 avatar

Watchers

James Cloos avatar

Forkers

w2819 jnan77

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.