// $(document).ready(function(){ // $(".personaliseDiv").hide(); // $(".show_hide").show(); // // $('.show_hide').click(function(){ // $(".personaliseDiv").slideToggle(); // }); // }); $(document).ready(function(){ fUpdateDropdowns(); $('#lightGallery').lightGallery({ thumbnail : true }); $('#lightGallery').on('onAferAppendSlide.lg.tm', function(event, index) { }); $(".mainPic").on('click',function(){ $('#lightGallery li:first-child').click(); }); });