﻿jQuery(document).ready(function() {
    jQuery('.taf-form-submit a').click(function(event) {
        if (jQuery(event.target).is('.taf-form-submit' + quoteId + ' a')) {
            SendRequestAQuote(tMI, quoteId);
        }
    })
});
