Created
September 18, 2014 21:27
-
-
Save cleytonmessias/34af0b0437cb1cd9c776 to your computer and use it in GitHub Desktop.
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
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$ "); |
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
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