Please I want to replace the jquery alert message with a Webflow IX box. As anyone any idea how this can be achieved? This is the jquery code I want replace:
<script type="text/javascript">
window.alert = function(message) { jQuery('#messageBox').text(message).fadeIn().delay(2000).fadeOut('slow'); }
</script>