$(this)
and event.target
in on events binding: what’s the difference?
Tag Archives: JavaScript
Those Who Compile Into JavaScript
I wondered what it would be like to have my front-end workflow in Ruby, or Common Lisp. What about all the libraries that could have been easily bowered and required in JavaScript? Could existing libraries somehow fit into the picture, or should there be counterparts taking their places? What about CoffeeScript, how does it work?
After some research, the list of answers I got:
Videos with MediaElementjs
Button overlay on top of Video [iPad]:
- if the default controls of video tag is set to true, there’s no way to override the click events
- libraries like MediaElement disabled the default controls, thereby recapturing events
Ctags for JavaScript and Less
This is how to achieve “JumpToDefinition” in Vim, for JS and Less files.