Saturday, August 17, 2013

Hide the content type dropdown field in Edit Form of library



$(document).ready(function() {
        $("select[id*='ContentTypeChoice']").closest('tr').hide();
});

No comments: