Created
December 14, 2018 07:43
-
-
Save VladSavitsky/c03be6d5fb8e73e4286c758b41893a0b to your computer and use it in GitHub Desktop.
buscentr.com.ua show only existing items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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