经测试,兼容IE8
代码如下 | 复制代码 |
//设置焦点相关---begin //用法:$("#txtInput").val("你好").focusEnd(); $.fn.setCursorPosition =function(position) { if(this.lengh == 0)returnthis; return$(this).setSelection(position, position); } $.fn.setSelection =function(selectionStart, selectionEnd) { if(this.lengh == 0)returnthis; input =this[0]; if(input.createTextRange) { varrange = input.createTextRange(); range.collapse(true); range.moveEnd('character', selectionEnd); range.moveStart('character', selectionStart); range.select(); }elseif(input.setSelectionRange) { input.focus(); input.setSelectionRange(selectionStart, selectionEnd); } returnthis; } $.fn.focusEnd =function() { if(this.val() != undefined) { this.setCursorPosition(this.val().length); } } //设置焦点相关---end |
日报 | 天风证券子公司获香港虚拟资产第三类牌照;Coinbase CEO 称公司每周都在买入更多比特币
美国通过《部署美国区块链法案》:这对加密货币意味着什么
Aptos创16日新高 首支Aptos现货ETF即将问世
L2代币面临估值泡沫与投票操控风险
分析师预测SHIB目标价格为0.000081美元,技术分析显示柴犬币可能迎来600%暴涨
MemeX推出"Proof of Sh*t"验证机制,以700万美元奖励门槛对抗AI作恶