我使用這在我的所見即所得更換如何使用jQuery的Javascript更換
< pre> Hi my name is< /pre>
與
< div id="precode">Hi my name is< /div>
這是工作的代碼代碼
v=v.replace(/<pre>(.*)<\/pre>/gim,'<div id="precode">$1</div>');
這工作正常除非字符串包含<>
編輯這是代碼
if(div){div.innerHTML=this.obj.toggletext||'Spell Check'}
$('#spellcheck_words').slideToggle('slow', function() { });
if(this.xhtml&&!this.ie){
v=v.replace(/<strong>(.*)<\/strong>/gi,'<span style="font-weight: bold;">$1</span>');
v=v.replace(/(<img [^>]+[^\/])>/gi,'$1/>')
v=v.replace(/<em>(.*)<\/em>/gi,'<span style="font-weight: italic;">$1</span>')
}
編輯
你應該把你的問題描述爲...問題 –
對不起,我會記住 – MHowey