【发布时间】:2020-11-09 23:55:42
【问题描述】:
在创建列表时,我希望超链接列上应该有默认值
【问题讨论】:
标签: sharepoint sharepoint-online sharepoint-2016 sharepoint-2019
在创建列表时,我希望超链接列上应该有默认值
【问题讨论】:
标签: sharepoint sharepoint-online sharepoint-2016 sharepoint-2019
测试演示:
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script>
$(function(){
$("input[aria-describedby='link']:first").val("http://www.google.com");//link is my column name,yo need to change to yours
})
</script>
link是我的超链接列名,你需要改成你的。
【讨论】: