JQuery to Javascript, the Cheat Sheet

by Spidoche

JQuery is pretty cool,  « write less do more ». But thank to modern browsers, writing code using pure javascript (also call vanilla JS) is no more so painful. So it’s time for jQuery’s users to learn deeper the core programming language of the web. To help remember how to implement basic jQuery method in pure JS, I wrote my own « jQuery to Javascript, the Cheat Sheet ».

Project URL : https://spidoche.com/j2j/

Note: Project still in beta version ; )