Toddish / Popup

A barebones, flexible jQuery popup plugin. Designed for developers, it's simple to use but very powerful.
http://docs.toddish.co.uk/popup
MIT License
146 stars 78 forks source link

.each doesn't work properly #17

Closed Alex-Sichkar closed 8 years ago

Alex-Sichkar commented 8 years ago

This use case doesn't work for me

$('.popup-trigger').each(function() {
    $(this).popup();
});
Toddish commented 8 years ago

Sorry to hear that, but I can't really do much about this without more information.

If you can get an example on jsbin/codepen etc that doesn't work, I'll be happy to look into it.