ModalJS – Ajax Content example
This example loads the content via ajax from an external URL.
“type” can be either img, html or iframe. “src” has to be a valid URL/path to the image or file.
This example loads the content via ajax from an external URL.
“type” can be either img, html or iframe. “src” has to be a valid URL/path to the image or file.
The Image option will load external images directly in to the modal content.
The HTML option allows you to load plain text files in to the modal content.
The Iframe option allows you to load external HTML(5) files in to the modal content. The file will be loaded in to an iframe.