var BASE_URL = 'https://pacote.horario.com.br'; $(document).ready(function() { $('body').bootstrapMaterialDesign(); //VOLTA PARA A PAGINA PRINCIPAL $(".voltar-passo1").click(function(event) { event.preventDefault(); window.location.replace(BASE_URL+""); }); $('.volta-pagina').click(function() { //event.preventDefault(); window.history.back(); }); $('.volta-home').click(function() { //event.preventDefault(); window.location.replace('https://www.horario.com.br'); }); $('[data-toggle="popover"]').popover({'html':true}); });