.removeAttr('hidden') code example Example: attr hidden to show jquery $(':checkbox').change(function(){ $('#delete').removeAttr('hidden'); });