(function(undefined) { /* local var and method */ /* object prototype */ /* public method and attribute */ /** * funzioni la visualizzazione delle news */ $$.animazioni = {}; $$.animazioni.displayNews = function(){ $(this).next().toggle("slow"); } }) ();