亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

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

顯示選定的單詞[Javascript]

顯示選定的單詞[Javascript]

Qyouu 2021-05-12 16:15:44
用鼠標單擊時,句子中的單詞會突出顯示。它在這里工作。但; 不幸的是,用按鈕顯示所選的單詞是行不通的。JSFiddlewords = [];var sentence = $('.sentence').html().split(/\s+/),  result = [];for (var i = 0; i < sentence.length; i++) {  result[i] = '<span>' + sentence[i] + '</span>';  var a = sentence[i];}$('.sentence').html(result.join(' '));if (a.indexOf(" ") + 1) {  alert('fail: ' + a);} else {  words.push(a);}$('.sentence').on('click', 'span', function() {  $(this).addClass('highlight');});$('button').click(function() {  alert(words);});$('$selectedWords').innerHTML = words;.sentence span:hover,.highlight {  background: red;}<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><p class="sentence">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Similique aliquam totam odit excepturi reiciendis quam doloremque ab eius quos maxime est deleniti praesentium. Quia porro commodi blanditiis iure dicta voluptatibus.</p>Selected words:<p id="selectedWords"></p><button>Show in alert</button>
查看完整描述

2 回答

  • 2 回答
  • 0 關注
  • 141 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號