Coder Social home page Coder Social logo

msgbox's Introduction

msgbox : js消息提示框

  1. 说明

    此js插件不依赖于jquery,可直接单独引用,使用方法非常简单

    首先引用js,然后调用以下方法即可

    msgbox.show({type:'success'});//成功提示
    msgbox.show({type:'fail'});//失败提示
    msgbox.show({type:'warn'});//警告提示
    msgbox.show({type:'loading',timeout:100000});//加载提示
    
  2. 编译

    运行npm run bulid ,dist目录生成msgbox.min.js,html页面引用此js即可

  3. 参数

    参数名 默认值 备注
    type success 提示类型,可选值success、fail、warn、loading
    title 操作成功 提示语
    timeout 1500 超时时间,毫秒,到时间提示框自动关闭
    callback 回调函数,对话框关闭时触发

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.