Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.
/ vodooModal Public archive

a vodoo modal or a vodoo ajax content jQuery plugin

Notifications You must be signed in to change notification settings

adguernier/vodooModal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published