<a href="javascript: void(0)" onclick="clearTextbox('#search_by_userid')" title="Clear User Id"> User Id :</a>
<span><input id="search_by_userid" type="text" value="" onkeypress="keyDownEvent(event,'#show_history_call_logs','#search_by_userid');"/></span>
当我单击链接并拖动到任何文本框或文本区域时,它会将 href 的值复制到该输入,为什么这样做?
我知道我可以通过做$("#id").attr('readonly', true).css('cursor', 'text');
或只是避免这种情况,readonly
但在这种情况下,我不希望它“只读”
链接是否有任何属性可以避免复制?或者我想错了:(