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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

顯示選定的單詞[Javascript]

顯示選定的單詞[Javascript]

Qyouu 2021-05-12 16:15:44
用鼠標(biāo)單擊時(shí),句子中的單詞會(huì)突出顯示。它在這里工作。但; 不幸的是,用按鈕顯示所選的單詞是行不通的。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 關(guān)注
  • 135 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

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

公眾號(hào)

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