lunes, 25 de febrero de 2013

Improve Javascript skills

Javascript resources

Page loaded in javascript

Using anonimus function (due to the scope) the events fire where the page is loaded.

 

lunes, 18 de febrero de 2013

Catching the mouse wheel event


Simple Context Menu in Javascript

Right click to get a custom context menu. Click anywhere else to get the default context menu.

domingo, 17 de febrero de 2013

Working with Keycodes in Javascript

I've dicovered a new way for working with keycodes in javascript. Here is the code:

 

 

3 different ways with event click button in javascript