/* * * * * INITIALISATIONS * * * * * */ function init() { $('#menu li, #menu a').attr('title',''); $('input[placeholder], textarea[placeholder]').placeholder(); if(arguments.length > 0) { for(i=0; i < arguments.length; i++) { if(arguments[i] == 'gallery') { $(".carousel").jCarouselLite({ btnNext: ".next", btnPrev: ".prev", vertical: true, }); $("a[rel^='prettyPhoto']").prettyPhoto({ theme:'pp_default', social_tools:false, slideshow: 5000, autoplay_slideshow: true }); } } } } /* * * * * FONCTIONS * * * * * */