第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

功能待完善(現(xiàn)在只能從編輯框最后加入表情),求幫忙完成效果(可以在光標(biāo)最后離開編輯框的位置加入表情)

功能待完善(現(xiàn)在只能從編輯框最后加入表情),求幫忙完成效果(可以在光標(biāo)最后離開編輯框的位置加入表情)

qq_sU_4 2017-04-01 15:25:15
<!DOCTYPE?html> <html?lang="en"> <head> ????<meta?charset="UTF-8"> ????<title>Title</title> ????<script?src="jquery-2.1.4.min.js"></script> ????<style> ?.commentBox{ ????????????width:700px; ?margin:0?auto; ?position:relative; ?} ????????.commentBox?.textArea{ ????????????width:100%; ?min-height:?100px; ?border:1px?solid?#ddd; ?padding:5px; ?line-height:20px; ?word-break:?break-all; ?} ????????.commentBox?.textArea?img{ ????????????width:24px; ?height:?24px; ?vertical-align:?bottom; ?} ????????.faceIcon{ ????????????margin:10px; ?display:?block; ?width:24px; ?height:?24px; ?background:?url("頭像.png")?no-repeat; ?background-size:?100%; ?} ????????.commentBox?.faceBox{ ????????????position:absolute; ?width:410px; ?height:250px; ?padding:10px?5px; ?border:1px?solid?#ddd; ?display:?none; ?background-color:?#fff; ?} ????????.commentBox?.faceBox?img{ ????????????width:24px; ?height:24px; ?} ????</style> </head> <body> <div?class="commentBox"> ????<div?class="textArea"?contenteditable="true"></div> ????<span?class="faceIcon">點擊選表情</span> ????<div?class="faceBox"></div> </div> <script> ?$(function(){ ????????for(var?i=0;i<120;i++){ ????????????var?imgNum=""; ?if(i<10){ ????????????????imgNum="00"+i; ?}else?if(i>=10&&i<100){ ????????????????imgNum="0"+i; ?}else{ ????????????????imgNum=i; ?} ????????????$('<img>').attr('src','123/f_static_'+imgNum+'.png').appendTo($(".faceBox")); ?} ????????$(".faceIcon").on("click",function(){ ????????????$(this).parent().find(".faceBox").toggle(); ?}); ?$(".faceBox").on("click","img",function(){ ????????????$(this).parents(".commentBox").find(".textArea").append($(this).clone()); ?$(this).parent().hide(); ?}); ?}) </script> </body> </html>
查看完整描述

1 回答

?
小熊軟偶

TA貢獻17條經(jīng)驗 獲得超55個贊

有個onblur事件可以試試

查看完整回答
反對 回復(fù) 2017-04-03
  • 1 回答
  • 0 關(guān)注
  • 1586 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號