kkamkou / jqFenster

Lightweight and powerful jQuery modal framework with API

Home Page:https://kkamkou.github.io/jqFenster/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Closing of a model from inside should notify api

kkamkou opened this issue · comments

Reproduce:

  1. var modal = $.fenster('#targetThird').open();
  2. close the modal using the cross icon
  3. execute modal.open()