Month: September 2010

  • Defer javascript execution using data

    Due to page performance you should load javascript at the end of page (see http://developer.yahoo.com/performance/rules.html), at least all javascript you can defer to load. There are script that have to load at the very begin of page. But are you sure there is no option? Well, actually this is a critical consideration on my own…

  • jQuery context menu

    jQuery context menu

    Project on Github code and issues on github: https://github.com/danielecr/jquery-contextual-menu ! Prize June 2014 jsclasses.org innovation award Thanks to this prize I got a book from Addy Osmani, design pattern in javascript. The idea behind context menu Ok, I admit I do not search to much out there if this is available.. A simple jquery plugin…