GithubHelp home page GithubHelp logo

renamathai / jbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stephanwagner/jbox

0.0 2.0 0.0 180 KB

jBox is a powerful and flexible jQuery plugin, taking care of all your popup windows, tooltips, notices and more.

Home Page: http://stephanwagner.me/jBox

jbox's Introduction

jBox

jBox is a powerful and flexible jQuery plugin, taking care of all your modal windows, tooltips, notices and more.

Demo: http://stephanwagner.me/jBox

Docs: http://stephanwagner.me/jBox/documentation

Tooltips

You can use jQuery selectors to add tooltips to elements:

$('.tooltip').jBox('Tooltip');

Now elements with class="tooltip" will open tooltips:

<span class="tooltip" title="My first tooltip">Hover me!</span>
<span class="tooltip" title="My second tooltip">Hover me!</span>

Modal windows

You can set up modal windows the same way as tooltips. But most of times you'd want more variety, like a title or HTML content:

new jBox('Modal', {
	width: 300,
	height: 200,
	attach: $('#myModal'),
	title: 'My Modal Window',
	content: '<i>Hello there!</i>'
});

<div id="myModal">Click me to open a modal window!</div>

Notices

A notice will open automatically and destroy itself after some time:

new jBox('Notice', {
	content: 'Hurray! A notice!'
});

Learn more

These three examples are very basic. The jBox library is quite powerful and offers a vast variety of options to customize appearance and behavior. Learn more in the documentation: http://stephanwagner.me/jBox/documentation

jbox's People

Contributors

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