$(function(){$(".Confirm").click(function(n){n.preventDefault();var t=confirm("Are you sure?");t===!0&&(window.location=$(this).attr("href"))});$("#LicenceTypeIdM").on("change",function(){var i=$("option:selected",this),n=this.value,t=$("#ReportId").val();$.ajax({url:"/Cart/GetRenderedPrice",data:"ReportId="+t+"&LicenceTypeId="+n,cache:!1,success:function(t){$("#RenderedPrice").html(t);$("#RenderedPriceM").html(t);$("#LicenceTypeId").val(n)}})});$("#LicenceTypeId").on("change",function(){var i=$("option:selected",this),n=this.value,t=$("#ReportId").val();$.ajax({url:"/Cart/GetRenderedPrice",data:"ReportId="+t+"&LicenceTypeId="+n,cache:!1,success:function(t){$("#RenderedPrice").html(t);$("#RenderedPriceM").html(t);$("#LicenceTypeIdM").val(n)}})});$(".LicenceTypeDropdown").on("change",function(){$("#UpdateCartBtn").trigger("click")});$(".LicenceHolderTextbox").on("change",function(){$("#UpdateCartBtn").trigger("click")});$("#UpdateHistory").click(function(){$("#myHistory").modal("show");$("#HistoryText").load("/Research/Updates/ReportUpdates/"+$("#ReportId").val())});$("#PaymentMethodCard").click(function(){$("#CardDetailsForm").show();$("#PaypalDetailsForm").hide()});$("#PaymentMethodPaypal").click(function(){$("#CardDetailsForm").hide();$("#PaypalDetailsForm").show()});$(document).on("click",".rtbs",function(){var n=$(this).data("info");switch(n){case"single":$("#ReportLicenceText").load("/About/SingleUserLicence");break;case"ten":$("#ReportLicenceText").load("/About/TenUserLicence");break;case"twenty":$("#ReportLicenceText").load("/About/TwentyUserLicence");break;case"intranet":$("#ReportLicenceText").load("/About/IntranetLicence");break;case"arizsingle":$("#ReportLicenceText").load("/About/ArizSingle");break;case"arizteam":$("#ReportLicenceText").load("/About/ArizTeam");break;case"arizcorp":$("#ReportLicenceText").load("/About/ArizCorp")}})})