Skip nav to main content.
Zing Logo and Homepage Link
Zing Logo
Zing Logo

Fast Track Home Equity Loan – Estimate Summary

Fast-Track Second Mortgage

Summary Estimate

Monthly Payment

Loan Amount
10000
50000
Rate
%
Loan Term
Loan Term

.calculator-section.disabled .input-group{box-shadow:none!important;}
.calculator-section–has-slider{padding-bottom:50px;}

function disableRate(){
$(‘.input-rate’).prop( “disabled”, true );
$(‘.input-rate’).addClass( “disabled” );$(‘.input-rate’).parents(‘.calculator-section’).addClass( “disabled” );
}
disableRate();
let amount = document.URL.match(/a=([^&#]*)/)[1];
let score = document.URL.match(/cs=([^&#]*)/)[1];
let rate = 6.49;
let term = 10;
let hide_high_term=false;
let calc_amount = 0;
$(‘.input-amount’).keyup( function(e){
calc_amount=parseFloat($(‘.input-amount’).val().replace(/[$,]+/g,””));
if(hide_high_term){
$(‘.input-term’).parent().parent().find(“span:nth-child(4)”).hide();
}
});