隐藏 Sharepoint 调查列表字段
我有一份调查清单。我需要通过将 javascript 放置在内容编辑器 Web 部件中来隐藏特定问题。谁能给我正确的 JavaScript 代码来隐藏调查列表中的问题?
I have a survey list. I need to hide a particular question by placing javascript in a content editor webpart. Can anybody give me the proper javascript code to hide the question in the survey list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尽管我建议使用 JQuery 并从要隐藏的元素中遍历 dom,以隐藏元素所在的 thjat。在这种情况下,加载 JQuery JS 文件并使用如下内容:
Though I'd suggest using JQuery and traversing up the dom from the element you want to hide, to hide the thjat the element is contained within. In which case, load the JQuery JS file and use something like:
由于人员选择器在浏览器中的呈现方式,确定人员选择器有点棘手,请尝试这样的操作
The People Picker is a little trickier to pin down due to the way it is rendered in the browser, try something like this