Comment on Programming Cheat SheetsComments−Trezoid13yThe javascript one is incomplete.The example I spotted immediately is the extremely useful document.querySelectorAll()[1] which works very much like $('.someSelector') in jquery, but completely native and supported by pretty much everything.[1]https://developer.mozilla.org/en-US/docs/DOM/Document.queryS...−tantalor13yhttps://github.com/overthecs/overthecs.github.com/blob/maste...1. Edit2. Propose File Change3. Profit−Trezoid13yDone and done.
Comments
The javascript one is incomplete.
The example I spotted immediately is the extremely useful document.querySelectorAll()[1] which works very much like $('.someSelector') in jquery, but completely native and supported by pretty much everything.
[1]https://developer.mozilla.org/en-US/docs/DOM/Document.queryS...
https://github.com/overthecs/overthecs.github.com/blob/maste...
1. Edit
2. Propose File Change
3. Profit
Done and done.