Skip to content

Instantly share code, notes, and snippets.

View irayoun's full-sized avatar

Y IRAGUI irayoun

View GitHub Profile
@irayoun
irayoun / headers.csv
Last active July 18, 2021 14:02
Headers
Clé Valeur
X-WDV-AccessToken Votre clé API
Accept application/json
Content-Type application/json
@irayoun
irayoun / README.md
Created December 19, 2019 21:42 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})