aniketpant / immoral

A spunky clean flexible no-forced-design modal library.

Home Page:http://aniketpant.com/immoral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use library for multiple modals because of global options

aniketpant opened this issue · comments

As of now $.immoral(options) is used to set the options. This allows for global option setting but that is a very wrong approach.

Rewrite the specific code to allow each modal initiation to have it's own options.