jQuery(document).ready(function() { if (asp.show) { swal({ title: asp.title, text: asp.content, type: (asp.icon_type != 'empty') ? asp.icon_type : '', html: asp.html }); } });