').appendTo('#qv-form-clone').fadeIn(2000).delay(2000).fadeOut(1300).queue(function() {$(this).remove();}); //} }); //qui sotto imposto che se il carrello è vuoto, non si apre la modal del carrello stesso, //ma un'altra in cui si dice che appunto il carrello è vuoto $( "#gpcart" ).mouseover(function() { if ($(".simpleCart_quantity").text() == 0){ $("#gpcart").attr("data-target", "#EmptyCart" ); } else{ $("#gpcart").attr("data-target", "#myModal" ); } }); //inserisco l'occhiolino per visualizzare la password $(".icon_foto_passw").click(function() { var input = $(this).closest('div').find('input'); input.attr('type') === 'password' ? input.attr('type','text') : input.attr('type','password'); }); /* $("#modal_unset_session").modal('show'); /*reindirizzamento dopo logout setTimeout(function(){ window.location.href= 'home-gallerie';}, 3500); */

gallery name: 2024-10-12 Artistica Cesena

End of content

No more pages to load