Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created September 18, 2014 21:27
Show Gist options
  • Save cleytonmessias/34af0b0437cb1cd9c776 to your computer and use it in GitHub Desktop.
Save cleytonmessias/34af0b0437cb1cd9c776 to your computer and use it in GitHub Desktop.
var valorDe = $("#header-v2 > .menu > div > ul.menuPrincipal > li.oferta > .subMenu .prateleira li a .preco .oferta-valor-de").text().split("R$ ");
var valorPor = $("#header-v2 > .menu > div > ul.menuPrincipal > li.oferta > .subMenu .prateleira li a .preco .oferta-valor-por span").text().split("R$ ");
var valorDe = $(".skuListPrice").text().split("R$ ");
var valorPor = $(".skuBestPrice").text().split("R$ ");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment