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
Código para criar a âncora: | |
<div class="trustvox-link"> | |
<a id="trustvox-a" href="#trustvox-reviews"> | |
<img src="/arquivos/icon-ancora-trustvox-verde.png" /> | |
<span>Veja opiniões de quem já comprou</span> | |
</a> | |
</div> | |
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
<!-- No Header --> | |
<script type="text/javascript"> | |
window._trustvox = []; | |
_trustvox.push(['_storeId', '143']); | |
(function() { | |
var getText = function( elem ) { | |
var node, | |
ret = "", |
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
<!-- No Header --> | |
<script type="text/javascript"> | |
window._trustvox = []; | |
_trustvox.push(['_storeId', '143']); | |
$(document).ready(function() { | |
_trustvox.push(['_productId', $('#___rc-p-id').val()]); | |
_trustvox.push(['_productName',$('.fn.productName').text()]); | |
_trustvox.push(['_productPhotos', [$('#image-main').attr('src')]]); |
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
Código para criar a âncora: | |
<div class="trustvox-link"> | |
<a id="trustvox-a" href="#trustvox-reviews"> | |
<img src="/arquivos/icon-ancora-trustvox-verde.png" /> | |
<span>Pergunte e veja opiniões de quem já comprou</span> | |
</a> | |
</div> | |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |