Free Trial

Tag Archives: DOM

Writing Plugins for jQuery

jQuery is a powerful library that allows JavaScript developers to easily manipulate the Document Object Model (DOM) in web pages, which is one of the reasons why jQuery is a popular choice for app building. In addition to its DOM … Continue reading

HTML5 Games: Fixing Our Demo

In my HTML5 Games: Optimizing Your Game Loop I created a demo app in order to show you some techniques for optimizing a game loop. In that post we covered the demo creation, along with some browser tools, and narrowed … Continue reading

Mapping Mouse Events and Touch Events Onto a Single Event

Whenever I develop a web application that targets mobile browsers as much as desktop browsers I find myself confronted with the problem that I have to listen to touch events in the same way I have to listen to click … Continue reading

Facebook Twitter RSS feed