All Questions
1 question
8
votes
3
answers
504
views
Basic JavaScript library
My own CMS is currently using jQuery, but as one of the goals is to have the whole project to be very small, I've decided to write my own basic library. I only really need to select elements and ...