mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-16 23:22:20 +08:00
细节优化:书籍管理页面添加书籍链接在新窗口打开;网盘分享链接解析页面默认选中文本框
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p>
|
||||
<a href="<%= pageUrl %>detail">添加书籍</a>
|
||||
<a href="<%= pageUrl %>detail" target="_blank">添加书籍</a>
|
||||
</p>
|
||||
<input id="searchInput" type="text" />
|
||||
<input id="searchButton" type="button" value="搜索" />
|
||||
|
@@ -41,6 +41,9 @@
|
||||
// alert('剪切');
|
||||
// }
|
||||
});
|
||||
|
||||
// 页面打开后默认选中输入框
|
||||
$("#sharecode_input").focus();
|
||||
});
|
||||
|
||||
// input 粘贴事件
|
||||
|
Reference in New Issue
Block a user