<style> #object_chosen{display:none;} </style> <script> var $object = $('#object'); $object.prev().hide(); $object.hide(); </script>