Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vodooModal

A simple and pretty modal to use as modal or ajax content

how to use

$('element').vodooModal({
    openWith : 'button',
    closeWith: '.closeModal',
    animation: 'bottomToTop',
    onClose: function(){
        console.log('onClose');
    },
    onOpen: function(){
        console.log('onOpen');
    }
});

animation list

  • bottomToTop coming

About

a vodoo modal or a vodoo ajax content jQuery plugin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages