MinhNP
(Member)
[Off] 28-10-2016 |
Rảnh mod chơi.
tác dụng, cho code hoặc văn bản vào khung.
demo: http://aichat.wap.sh/demo/copy
chuyển văn bản trong thẻ chứa name="code" vào khung.
b có thể chuyển bbcode thành thẻ sau
<div name="code">Văn bản</div>
code đặt dưới footer
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
var total=document.
getElementsByName("code");
for(var i=0;i<total.length;i++)
{
tiaxgame='<div id="data_code_'+i+'" class="phpcode" style="Overflow:auto">'+document.getElementsByName("code")[i].innerHTML.replace
(/(\r\n|\n|\r)/gm, "<br\/>")+'</div><div class="gmenu" id="copy_code_'+i+'" id-code="'+i+'">Copy Code</div>';
document.getElementsByName("code")[i].innerHTML=tiaxgame;
};
for(var j=0;j<total.length;j++)
{
$("#copy_code_"+j).on("click",function() {
var id_code = $(this).attr('id-code');
nd2 = document.getElementById('data_code_'+id_code).innerHTML;
$(this).replaceWith('<textarea>'+nd2.replace
(/<br>/gm, "\n")+'</textarea>');
});
};
</script>
<script>
var total=document.
getElementsByName("code");
for(var i=0;i<total.length;i++)
{
tiaxgame='<div id="data_code_'+i+'" class="phpcode" style="Overflow:auto">'+document.getElementsByName("code")[i].innerHTML.replace
(/(\r\n|\n|\r)/gm, "<br\/>")+'</div><div class="gmenu" id="copy_code_'+i+'" id-code="'+i+'">Copy Code</div>';
document.getElementsByName("code")[i].innerHTML=tiaxgame;
};
for(var j=0;j<total.length;j++)
{
$("#copy_code_"+j).on("click",function() {
var id_code = $(this).attr('id-code');
nd2 = document.getElementById('data_code_'+id_code).innerHTML;
$(this).replaceWith('<textarea>'+nd2.replace
(/<br>/gm, "\n")+'</textarea>');
});
};
</script>
Nguồn: tiaxgame - AiChat
#1 (0) |