10 172
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 54: | Linha 54: | ||
var isAscending = true; | var isAscending = true; | ||
var $sortButton = $('<div class="sort-button" style="width: 50px; height: 50px; background-image: url(https://wiki.otpokemon.com/images/9/92/O-c.png); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 3px; cursor: pointer; float: right; margin-right: 1.25%;margin-top: -3.1%;"></div>'); | var $sortButton = $('<div class="sort-button" style="width: 50px; height: 50px; background-image: url(https://wiki.otpokemon.com/images/9/92/O-c.png); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 3px; cursor: pointer; float: right; margin-right: 1.25%;margin-top: -3.1%;"></div>'); | ||
$('.square-div-gym').before($sortButton) | $('.square-div-gym').before($sortButton); | ||