Skip to content

Instantly share code, notes, and snippets.

@manjeshpv
Last active July 19, 2021 13:05
Show Gist options
  • Save manjeshpv/b5aed8e7dc1c092591a749d32c44f070 to your computer and use it in GitHub Desktop.
Save manjeshpv/b5aed8e7dc1c092591a749d32c44f070 to your computer and use it in GitHub Desktop.
// http://dir.indiamart.com/mumbai/bulk-sms-service.html
$('.listing').each(function(i, list){
$(list).find('.listing-contact > span').find('script').remove()
console.log($(list).find('.product-name').text()+"\t"+$(list).find('.lcname > a').text()+"\t"+$(list).find('.cityLocation-grid').text()+"\t"+$(list).find('.listing-contact > span').text())
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment