var value = $('#embedModal textarea').val(); if($(value).contains('iframe')){...
if (value.indexOf('iframe') >= 0) {
JQuery contains适用于DOM元素,而不是字符串.