is it possible to embedd HTML in an alertify.js alert?

pocketfullofcheese picture pocketfullofcheese · Oct 16, 2013 · Viewed 7.2k times · Source

I wanted to use Alertify.js to embed a Qualtrics survey, but I do not know if it is possible to pass in an HTML snippet (possibly an iframe?) instead of just text for the message of the alert.

Does anyone know if it is possible or how it might be done?

Answer

pocketfullofcheese picture pocketfullofcheese · Oct 16, 2013

I figured out a way around this, with a little jQuery. Place the following after you trigger the alert:

$('.alertify-message').append($.parseHTML('<whatever><html><you><want>'));