Giter VIP home page Giter VIP logo

infobox's Introduction

Customized Information Box

Enable user to show their customized HTML elements in the center of screen.

  • A screen cover will be created to block mouse event to the original page.
  • Clicking outside the body of the info-box will close the info-box. This feature can be disabled manually.

preview

Sample: http://www.rendxx.com/Lib/Sample/6
Download: InfoBox v0.7.0

Install

Download the package from bower

bower install InfoBox --save

Including the file in your webpage

<script type="text/javascript" src="/bower_components/InfoBox/dist/InfoBox.js"></script>

See Code Sample below for more details.

API

API Document

Code Sample

JavaScript:

$$.info.alert({
   content: "Alert Sample. <br />Click <b>OK</b> to close.",
   title: "ALERT",
   hideOnClick: true,
   bg: "rgba(0,0,0,0.6)"
});
// Create an alert window.

Compatibility

Chrome Fire Fox Safari Edge IE 9-11

License

Copyright © 2016, Rendxx. (MIT License)
See LICENSE for more info.

infobox's People

Contributors

rendxx avatar

Watchers

James Cloos avatar  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.