$(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="http://www.personalizedfor.me/products/recommend/575"; } }