Skip to content

Instantly share code, notes, and snippets.

@Sunil-ghodela
Created November 20, 2019 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sunil-ghodela/fcf86b6bdb5112f3b80d63a0677c7f69 to your computer and use it in GitHub Desktop.
Save Sunil-ghodela/fcf86b6bdb5112f3b80d63a0677c7f69 to your computer and use it in GitHub Desktop.
var bookingTargetClickCheck = this.state.bookingTargetBlockCheck;
if (bookingTargetClickCheck.length !== 0) {
let targetCells = document.getElementsByClassName('desplay-booking-row');
while (targetCells[0]) {
targetCells[0].parentNode.removeChild(targetCells[0]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment