2017-06-05 18 views
0

widthheight属性をiframeから削除して、入力からすべての改行文字を削除しようとしています。だから私はこれを作った:replace method not working

var convert; 
$(".button1").click(function(){ 
    console.log("done"); 
    var convert = document.getElementById("convert").value; 
    convert = convert.replace(/\r?\n/g, ''); 
    //convert = convert.replace("width=\'500\' height=\'294\'") 
    convert= convert.replace("width=", ''); 
    convert = convert.replace("height=", ''); 
    convert= convert.replace("'500'", ''); 
    convert= convert.replace("'294'", ''); 
    console.log(convert); 
}) 

しかし、それは矛盾した結果を持っています。ときどき動作し、時には動作しないことがあります。
私もコメントアウトされた部分を試しましたが、どちらもうまくいきません。

それは常に改行を削除し、入力に1行の文字列を作るために管理し、それは、このような大きな文字列からすべてのwidthheight属性を一掃するために管理したことがない:

<li> <h1 class="liname">বীরশ্রেষ্ঠ মোস্তফা কামালঃ-</h1> <div class="iframe"><iframe src="https://www.youtube.com/embed/uZuzPrQ9X_w?&theme=dark&autohide=2&fs=0&rel=0"frameborder="0"></iframe></div> </li> <li> <h1 class="liname">বীরশ্রেষ্ঠ মতিউর রহমান:-</h1> <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/u1thP64dhrk?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> </li> <li> <h1 class="liname">বীরশ্রেষ্ঠ নূর মোহাম্মদ:-</h1> <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/Xjf6CO2bWW8?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> </li> <li> <h1 class="liname">বীরশ্রেষ্ঠ মোহাম্মদ রুহুল আমিন :-</h1> <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/CpDdMNNkkck?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> </li> <li> <h1 class="liname">বীরশ্রেষ্ঠ মুন্সী আবদুর রউফ:-</h1> <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/oUgsJSUHZlM?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> </li> <li> <h1 class="liname">বীরশ্রেষ্ঠ হামিদুর রহমান :-</h1> <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/74hSM6rGwq4?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> </li> <li> <h1 class="liname">বীরশ্রেষ্ঠ জাহাঙ্গীর :-</h1> <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/ctVFVaAmG7w?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> </li> 

上記のコード行は、改行を削除した後の入力です。

改行と実際のHTMLコードは以下の通りです:

<li> 
    <h1 class="liname">বীরশ্রেষ্ঠ মোস্তফা কামালঃ-</h1> 
    <div class="iframe"><iframe src="https://www.youtube.com/embed/uZuzPrQ9X_w?&theme=dark&autohide=2&fs=0&rel=0"frameborder="0"></iframe></div> 
</li> 
<li> 
    <h1 class="liname">বীরশ্রেষ্ঠ মতিউর রহমান:-</h1> 
    <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/u1thP64dhrk?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> 
</li> 
<li> 
    <h1 class="liname">বীরশ্রেষ্ঠ নূর মোহাম্মদ:-</h1> 
    <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/Xjf6CO2bWW8?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> 
</li> 
<li> 
    <h1 class="liname">বীরশ্রেষ্ঠ মোহাম্মদ রুহুল আমিন :-</h1> 
    <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/CpDdMNNkkck?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> 
</li> 
<li> 
    <h1 class="liname">বীরশ্রেষ্ঠ মুন্সী আবদুর রউফ:-</h1> 
    <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/oUgsJSUHZlM?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> 
</li> 
<li> 
    <h1 class="liname">বীরশ্রেষ্ঠ হামিদুর রহমান :-</h1> 
    <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/74hSM6rGwq4?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> 
</li> 
<li> 
    <h1 class="liname">বীরশ্রেষ্ঠ জাহাঙ্গীর :-</h1> 
    <div class="iframe"><iframe width='500' height='294' src="https://www.youtube.com/embed/ctVFVaAmG7w?&theme=dark&autohide=2&modestbranding=1&fs=0&showinfo=0&rel=0"frameborder="0"></iframe></div> 
</li> 
+0

'convert'は何ですかここで言及しますか? document.getElementById( "convert") –

+0

[fiddle](https://jsfiddle.net/)を提供できますか? –

+0

実際にiframeから高さと幅を削除することは目標ですか?または、iframeのHTMLを返すことが目標ですが、高さと幅はありませんか?前者の場合、幅と高さの属性を削除してjQueryを使用して重い作業を行うことができます。後者の場合は.replace()などが必要です。 – manassehkatz

答えて

0

私は約あなたのコードは何ですかませんが、すべてを行う必要がある:

$(".button1").click(function(){ 
    $('iframe').removeAttr('width').removeAttr('height'); 
}) 
+0

またはJavaScriptネイティブメソッド[removeAttribute()](https://www.w3schools.com/jsref/met_element_removeattribute.asp)。 – myfunkyside