Created
April 26, 2012 05:10
-
-
Save felquis/2496122 to your computer and use it in GitHub Desktop.
Uma grande gambiarra pra trocar o src das imagens que estavam vindo erradas, já que a as imagens são adicionadas pelo backEnd e ele não estava disponível na hora, eu tive que improvisar por que era urgente kkk deu certo!
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
// Minha maior gambiarra | |
$('img').each(function (i, e) { | |
var $this = $(e), | |
src = $this.attr('src'); | |
if (src.indexOf('/home/lol/public_html/') != -1){ | |
$(this).attr('src', src.replace('/home/lol/public_html/', '')); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mta sapequice uhahhsahuahua