Skip to content

Instantly share code, notes, and snippets.

@VladSavitsky
Created December 14, 2018 07:43
Show Gist options
  • Save VladSavitsky/c03be6d5fb8e73e4286c758b41893a0b to your computer and use it in GitHub Desktop.
Save VladSavitsky/c03be6d5fb8e73e4286c758b41893a0b to your computer and use it in GitHub Desktop.
buscentr.com.ua show only existing items
// Hides not available itms at ehttps://buscentr.com.ua
$('.not_exists').parents('.row.catalog_item').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment