codrops / ModalWindowEffects

A set of experimental modal window appearance effects with CSS transitions and animations.
1.01k stars 239 forks source link

Reinitialize modals after new content via ajax #17

Open murray484 opened 9 years ago

murray484 commented 9 years ago

Hello, Is there an easy way to reinitialize the modal plugin after bringing new anchor links via ajax?

Thanks

ATouhou commented 8 years ago

Yes. Change line 55 in modalEffects.js from init(); to return init;

Then after you have created the new anchor links you just re-init the process by ModalEffects();

Tested and works :-)