100-javascript-projects
100-javascript-projects copied to clipboard
Results
3
100-javascript-projects issues
Sort by
recently updated
recently updated
newest added
Most of the time this is fine `$( document ).ready(function() {` but sometimes jQuery is loaded in noConflict mode which means the shorthand `$` is not mapped to the jQuery...
You don'y need the getQuote() function since it can be reduced to one line and you only use it once. Good thinking on cahcing the jQuery selector by storing the...