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

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

添加/刪除文本區域中的關鍵字不適用于手機(jquery)

添加/刪除文本區域中的關鍵字不適用于手機(jquery)

HUX布斯 2023-11-12 15:32:13
在電腦上運行良好。在計算機上,輸入單詞并按空格鍵后,單詞會被包裹在一個框中,您可以選擇將其刪除。在手機上,按空格鍵后什么也不會發生。它也不限制手機上的 5 個單詞。工作 jsfiddle:http://jsfiddle.net/1hco43vr/ $('#box a').on('click', function() {    $(this).parent().parent().remove();    console.log('remove disabled');    if ($('#box ul li').length <= 5) {      $('#type').prop('disabled', false);    }  });}$('#type').keypress(function(e) {  if (e.which == 32) { //change to 32 for spacebar instead of enter    var tx = $(this).val();    if ($('#box ul li').length > 5) {      $(this).val('');      console.log('add disabled');      $('#type').prop('disabled', 'disabled');    } else {      if (tx) {        $(this).val('').parent().before('<li><span>' + tx + '<a href="javascript:void(0);">x</a></span></li>');        closer();      }    }  }});
查看完整描述

目前暫無任何回答

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

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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