saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

iframe with post data parameters #61

Closed ghost closed 5 years ago

ghost commented 7 years ago

is there any option ???

if not it will be helpful...

something like this

btw Great work & plugin

thanks in advance....

saribe commented 5 years ago

Added support here: https://github.com/saribe/eModal/commit/12052d6e11a3e60ae2317504f0009cad6b765448

Example eModal.iframe({ url: 'https://www.youtube.com/embed/YRgluqis7rQ?autoplay=1', title: 'Magic title', data: { name: 'Santa Claus', method: 'POST' } })