create iframe. make sure it sizes. var $modal = $('#txti-modal-content'); if ($modal.length === 0) { $modal = $(modalTemplate); $('body').append($modal); if ...
確定! 回上一頁