Skip to content

Instantly share code, notes, and snippets.

@shiloa
Created March 18, 2009 09:16
Show Gist options
  • Select an option

  • Save shiloa/81020 to your computer and use it in GitHub Desktop.

Select an option

Save shiloa/81020 to your computer and use it in GitHub Desktop.
$('div.none').each( function(i) {
if ( $(this).find('div.station') == null ) {
$(this).hide();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment