Skip to content

Instantly share code, notes, and snippets.

@juancri
Created February 28, 2023 16:19
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 juancri/9f079d0f2116bc0b4c938f73744e1f91 to your computer and use it in GitHub Desktop.
Save juancri/9f079d0f2116bc0b4c938f73744e1f91 to your computer and use it in GitHub Desktop.
$('div.cart-product-info-sku').each((i, div) => $(div)
.css('cursor', 'pointer')
.css('color', 'blue')
.css('text-decoration', 'underline')
.click(() => { window.location.href = '/' + $(div).attr('parent-partnumber') }))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment