All Questions
2 questions
1
vote
1
answer
925
views
Implement jquery like functions addClass, removeClass and delay in Javascript
Assume $ is not the browser. Now have to implement $, it will take a string, which is a query, it will use the querySelector to select the element. (Reference: https://developer.mozilla.org/en-US/docs/...
4
votes
1
answer
317
views
Trying to improve my jQuery animation queue
So I built a little baseball "scouting report" graphic that shows stats for players. As you page through the players, their images slide in and out of the graphic. I worked out a way to do this using ...