Skip to content

Instantly share code, notes, and snippets.

@blatyo
Created August 25, 2009 17:34
Show Gist options
  • Select an option

  • Save blatyo/174859 to your computer and use it in GitHub Desktop.

Select an option

Save blatyo/174859 to your computer and use it in GitHub Desktop.
var remove = true;
$('time').options.each(function(element){
if(remove) element.remove();
remove = !remove;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment