How to Move description field in SharePoint Custom list in SharePoint online/2013/2016?
Hello Sharepointers,
Below is the Jquery code to move the description field in SharePoint Custom list.
<script type=”text/javascript”>
$( document ).ready(function() {
$(‘tr:has(td:contains(“Options”))’).after(“Please provide the Money value”);
});
</script>
Happy Sharepointing 🙂