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

Allow chaining of methods

aniketpant opened this issue · comments

Method chaining should work.

Examples

For opening a modal manually.

$('#demo_modal').immoral().open();

For closing a modal manually.

$('#demo_modal').immoral().close();