Skip to content

Releases: kkamkou/jqFenster

1.3.1

07 Jan 15:24
Compare
Choose a tag to compare
  • fensterFinder resets the data entries, #17
  • more tests

1.3.0

06 Jan 22:17
Compare
Choose a tag to compare
  • Not possible to re-init to a href if selector is there #16
  • noOverlay does not remove the jqFenster holder element #14
  • Maximum call stack size exceeded #13
  • More tests

1.2.10

23 Dec 15:20
Compare
Choose a tag to compare
  • Closing of a model from inside should notify api #12
  • jqFenster class is applied to the dynamic modal #10
  • package.json and Jakefile are updated
  • more tests

1.2.9

05 May 15:03
Compare
Choose a tag to compare

Added a new width option. In case of iframes which are resizing themselves It might be a good idea to disable this feature: jQuery.jqFensterOptions.width = false;

Or you can use it to specify exact width for the modal holder and set the modal-template width to 100%: jQuery.jqFensterOptions.width = '400px';.