<script type="text/javascript"> $(document).ready(function(){ $('select[id*="ddlCharacterRole"]').hide() .closest('table').find('td:contains("Role Being Filled")').html(''); $('a[title*="sort by role"]').html('') .closest('table').find('tr.NormGridRow, tr.AltGridRow').find('td:eq(3)').html(''); }) </script>