ianmonge


Member since 09/09/2008

6 snippets

1281 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

ianmonge's Recent JavaScript Snippets



« Prev 1 Next »
How to create a custom “:checked” pseudo selector for use in MooTools. It is just a small snippet but I’ve found it incredibly useful.
0 695 posted 15 years ago by ianmonge
Como hacer que el scroll de la página suba hasta arriba, para mostrar el principio de la página. Requiere el plugin Fx.Scroll que no viene con el core de Mootools 1.2.
1 479 posted 15 years ago by ianmonge
Como la palabra delete es una palabra reservada, daba error en la detección de esa tecla cuando es pulsada. Para detectar ese evento, hay que usar otra forma:
0 432 posted 15 years ago by ianmonge
Description print_r - Prints human-readable information about a variable mixed print_r( mixed expression [, bool return] ) print_r() displays information about a variable in a way that's readable by humans. Parameters * expression...
0 594 posted 15 years ago by ianmonge
« Prev 1 Next »