link para o facebook
logo da devinum
Ravoire Fils
imagem de destaque

French Escape Rosé

60% Grenache, 20% Syrah,
10% Cinsault, 10% Muscat

Cor rosa pálido brilhante.
Seu nariz expressivo revela
aromas de frutas vermelhas com
toques de lima. Na boca, é delicado,
equilibrado, redondo, combinando
intensidade e mineralidade
G.A 12.5%

logo da devinum








Devinum - Todos os Direitos Reservados - - -
'; $('#myModal').modal(); $('#myModal').on('shown.bs.modal', function(){ $('#myModal .modal-body').html(html); //new code $('a.controls').trigger('click'); }) $('#myModal').on('hidden.bs.modal', function(){ $('#myModal .modal-body').html(''); }); }); }) //new code $(document).on('click', 'a.controls', function(){ var index = $(this).attr('href'); var src = $('ul.row li:nth-child('+ index +') img').attr('src'); $('.modal-body img').attr('src', src); var newPrevIndex = parseInt(index) - 1; var newNextIndex = parseInt(newPrevIndex) + 2; if($(this).hasClass('previous')){ $(this).attr('href', newPrevIndex); $('a.next').attr('href', newNextIndex); }else{ $(this).attr('href', newNextIndex); $('a.previous').attr('href', newPrevIndex); } var total = $('ul.row li').length + 1; //hide next button if(total === newNextIndex){ $('a.next').hide(); }else{ $('a.next').show() } //hide previous button if(newPrevIndex === 0){ $('a.previous').hide(); }else{ $('a.previous').show() } return false; });