Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
2k views

sharepoint content query webpart: hide empty column with jquery

I want to hide a list column in editform.aspx </script> <script language="JavaScript"> $(document).ready(function() { $('nobr:contains("columnname")').closest('tr').hide() }); </...
Marcel S.'s user avatar