Skip to content

Instantly share code, notes, and snippets.

@YaaSSDD
Created January 1, 2017 22:19
Show Gist options
  • Save YaaSSDD/b92bcd42ec827fe756c923abd490ef74 to your computer and use it in GitHub Desktop.
Save YaaSSDD/b92bcd42ec827fe756c923abd490ef74 to your computer and use it in GitHub Desktop.
push in the array
$(function(){
var thumbs = [];
thumbs.push('http://i.ebayimg.com/00/s/NTc2WDEwMjQ=/z/mtwAAOSwiDFYLEU4/$_23.jpg',' ','http://i.ebayimg.com/00/s/NTc2WDEwMjQ=/z/xQwAAOSwo4pYLEVM/$_23.jpg',' ','http://i.ebayimg.com/00/s/NTc2WDEwMjQ=/z/mtwAAOSwiDFYLEU4/$_23.jpg');
console.log(thumbs);
});/*pour appliquer le code sur la page d'acceuil de google obligation d'appliquer
le script en js natif=>
var thumbs = [];
thumbs.push('http://i.ebayimg.com/00/s/NTc2WDEwMjQ=/z/mtwAAOSwiDFYLEU4/$_23.jpg',' ','http://i.ebayimg.com/00/s/NTc2WDEwMjQ=/z/xQwAAOSwo4pYLEVM/$_23.jpg',' ','http://i.ebayimg.com/00/s/NTc2WDEwMjQ=/z/mtwAAOSwiDFYLEU4/$_23.jpg');
console.log(thumbs);
autrement sur des sites chargeant la librairie jQuery appliquer le
premiers script
/*la commande pour avoir la taille
du dossier est du fichier courant est : du -sh */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment