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

content option not working

kingsidharth opened this issue · comments

As per the commit:

https://github.com/Instamojo/imojo/commit/12278f601b57f6584a6171806c07263018c54d9f

content doesn't work. But on the running page on local, this code in element inspector works:

var that = $.immoral.options
$('#modal_demo_page .modal--content').append(that);

@kingsidharth Why are you using content this way? See the first example.

Works. feature/modal