$(function() {$('#jroxTabs > ul').tabs(); }); $().ready(function() { $("#jroxProductDetailsForm").validate();}); function jroxConfirmRecommend(){ var answer=confirm("this product will be added to your list of recommended products on your profile page. click okay to continue...") if(answer) { window.location.href="https://www.maximonaturalproducts.com/store/products/recommend/17"; } }