Skip to content

wallbanger/TopModal

Repository files navigation

TopModal

TopModal - a simple modal jQuery plugin. It is easy to use, easy to customize and easy to improve

Demo

Look at the Demo

Init

You can call a plugin on page:

$('element').topmodal();

// with options

$('element').topmodal({
    popupBtn: 'custom-button-element'
});