427-POWERED 1965 FACTORY FIVE RACING TYPE 65 COUPE 5-SPEED (2024)

Live

Set an Alert

Live

Starting Bid:Start Bidding (USD)

Ends In:

End Date:

Location:

Somersworth, New Hampshire 03878

Seller:

ClassicAutoApp

Dealer

Transmission:

Manual

Odometer:

160 (Mi)

Chassis/VIN:

F5R1000196CP

Carfax:

Not available

Lot Number:

52593223

View Comments

Set an Alert

Starting Bid:Start Bidding (USD)

Ends In:

End Date:

`).appendTo($("#UserFeedback")); } else if ("" == data.CurrentListingActionUserName) { $("#UserFeedback").children().remove(); $(`

You are currently the high bidder!

`).appendTo($("#UserFeedback")); } } //update current auctions $('[listingID="' + data.ListingID + '"]').each(function () { //debugger; newPrice = Globalize.formatNumber(data.Price, { minimumFractionDigits: 0, maximumFractionDigits: 0 }); $(this).html(`$${newPrice}`); $(this).pulse(); }); }); $("#SubmitBid").on("click", function () { $("input[name='BuyItNow']").val("false"); }) $("#SubmitBidQuickBid").on("click", function () { $("input[name='BuyItNow']").val("false"); }) $("#PlaceQuickBid").on("click", function (event) { event.preventDefault(); var minBidVal = $('[data-listingid="52593223"] .awe-rt-MinimumBid span.NumberPart').first().html(); $("#BidAmount").val(Globalize.parseNumber(minBidVal)); $("#SubmitBidQuickBid").click(); }); $("#BidAmount").on("keydown keyup", function(e) { if (e.which === 40 || e.which === 38) { e.preventDefault(); } }); $("#BidAmount").on("mousewheel DOMMouseScroll", function(e) { e.preventDefault(); }); }); function switchUserInputBidding(disable) { //debugger; if (disable) { $("#PlaceQuickBid").addClass("disabled"); $("#BidAmount").attr("disabled", true); $("#SubmitBid").addClass("disabled"); } else { $(".disabled").removeClass("disabled"); $("#BidAmount").attr("disabled", false); } } $(function () { //debugger; if ("False" == "True" && "Active" == "Successful" ) { $(`

Congratulations, you've won the auction

`).appendTo($("#UserFeedback")); } if ("False" == "True" && "Active" == "Active") { $(`

You are currently the high bidder!

`).appendTo($("#UserFeedback")); } }); function showUserFeedback(data) { //debugger; $("#UserFeedback").children().remove(); if ("" != "") { if (data.Accepted) { if ("" == data.Action_UserName) { var alertDiv = "

You are currently the high bidder!"; if (data.ReasonString == "IncreasedOwnMaxBid") { alertDiv += "
Max Bid Increased!"; } $(alertDiv + "

").appendTo($("#UserFeedback")); } } else { if ("" == data.Action_UserName) { $(`

You have been outbid, please see Bid History for details

`).appendTo($("#UserFeedback")); } } } } $("#BidHistory").click(function () { if ("" === "") { var retUrl = "/Listing/Details/52593223/427POWERED-1965-FACTORY-FIVE-RACING-TYPE-65-COUPE-5SPEED"; var logonUrl = "/Account/LogOn" + "?returnUrl=" + encodeURIComponent(retUrl); window.location.replace(logonUrl); } else { var loadingModal = $('#LoadingModal'); loadingModal.find('#LoadingModalTitle').text('Loading Bid History'); loadingModal.modal(); $("#BidHistoryModal .modal-body").children().remove(); var bidHistory = "No History"; $.ajax({ url: "/Listing/HistoryModal/52593223?currency=USD", type: "get", cache: false, data: $(this).serialize(), success: function (data) { bidHistory = $($(data).find("#HistoryModalTable")[0]); $("#BidHistoryModal .modal-body").append($(bidHistory)); $("#BidHistoryModalLauncher").click(); setTimeout(function () { loadingModal.modal('toggle'); }, 500); } }); } }); $("#EditBid").click(function () { var id = $('#Id').val() var userName = $('#userName').val().trim() var newEditAmount = $('#newEditAmount').val() $.ajax({ url: $.url("Listing/EditBid"), type: 'POST', data: { id: id, userName: userName, amount: newEditAmount }, cache: false }).done(function (results) { if (results.Success) { //Reloads the page when editing a bid window.location.href = window.location.href; } else { } }).fail(function (e) { }); }); $('#AddBid').click(function () { $('#newBidAmount').val('') $('#userNameAddBid').val('') $('#AddBidPostAuction').attr("disabled", true); $('#invalid-amount-alert-add-bid').hide() $('#non-existent-user-alert-add-bid').hide() $('#BidAddModal').modal('show') }); $("#AddBidPostAuction").click(function () { var userName = $('#userNameAddBid').val().trim() var bidAmount = $('#newBidAmount').val() var listingId = 52593223; $.ajax({ url: $.url("Listing/AddListingBid"), type: 'POST', data: { listingId: listingId, userName: userName, amount: bidAmount }, cache: false }).done(function (results) { if (results.Success) { //Reloads the page when editing a bid setTimeout(function () { window.location.reload(true); }); } else { } }).fail(function (e) { }); }); $('#AdjustMaxBid').click(function () { $('#newMaxBidAmount').val('') $('#invalid-amount-alert-adjust-max-bid').hide() $('#BidAdjustMaxModal').modal('show') }); $("#newMaxAmount").on("focus", function (e) { document.getElementById('invalid-amount-alert-adjust-max-bid').classList.remove("d-block"); document.getElementById('invalid-amount-alert-adjust-max-bid').classList.add("d-none"); document.getElementById('newMaxAmount').value = ''; }); $("#AdjustMaxBidUpdate").click(function () { var formatter = new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD', maximumFractionDigits: 0 }); var maxbidAmount = $('#newMaxAmount').val() var listingId = 52593223; if (maxbidAmount < 1.00 || maxbidAmount > 0) { document.getElementById('invalid-amount-alert-adjust-max-bid').classList.add("d-block"); } else { var confirmMessage = 'Adjust Max Bid to ' + formatter.format(maxbidAmount) + '?'; BootstrapDialog.show({ type: 'type-danger', title: 'Adjust Max Bid', message: confirmMessage, buttons: [ { label: 'Yes', cssClass: 'btn-danger', id: 'CancelConfirmation', action: function () { $.ajax({ url: $.url("Listing/AdjustMaxBid"), type: 'POST', data: { listingId: listingId, amount: maxbidAmount }, cache: false }).done(function (results) { if (results.Success) { //Reloads the page when editing a bid setTimeout(function () { window.location.reload(true); }); } else { alert('something went wrong'); } }); } }, { label: 'Cancel', id: 'CancelCancelBtn', action: function (dialogItself) { dialogItself.close(); } } ] }); } });

`; if (errorThrown == `MaxMind Not Approved!`) { modalContent = `

Authorization Failed

MaxMind Not Approved!

`; } //Error with the payment //TODO: show payment error modal var paymentErrorModal = new BootstrapDialog(); paymentErrorModal.realize(); paymentErrorModal.getModalHeader().hide(); paymentErrorModal.getModalFooter().hide(); paymentErrorModal.getModalBody().html(modalContent); confirmationDialog.close(); paymentErrorModal.open(); }); }); $(document).on("SignalR_ListingActionResponse", function () { actionResponsesCount++; //clear out all all visible inputs since this action has now been processed $("input[type=number]:visible").val(""); $("input[type=text]:visible").val(""); $("textarea:visible").val(""); $('input[name="large-bid-confirmed"]').remove(); if (confirmationDialog !== undefined) { confirmationDialog.close(); } }); $(document).on("SignalR_UpdateListingStatus", function (event, data) { if (confirmationDialog !== undefined) { confirmationDialog.close(); } var liveInformationLabel = "Highest Bid: "; if (data.Status == "Active") { liveInformationLabel = "Current Bid: "; } if (data.Status == "Successful") { liveInformationLabel = "Winning Bid: "; } $("p.bids > span.live-information-label").text(liveInformationLabel); }); $("#actionForm").submit(function (event) { event.preventDefault(); var fullurl = $(this).attr("action") + "Modal"; confirmationDialog.open(); confirmationDialog.getModalBody().html('427-POWERED 1965 FACTORY FIVE RACING TYPE 65 COUPE 5-SPEED (1)'); $.ajax({ url: fullurl, type: "get", cache: false, data: $(this).serialize(), success: function (data) { if (data.indexOf("LOGON_NEEDED") >= 0) { //not logged in -- redirect //$.cookie("continueActionData", $("#actionForm").serialize(), { path: "/", expires: 1 }); var retUrl = "/Listing/Details/52593223/427POWERED-1965-FACTORY-FIVE-RACING-TYPE-65-COUPE-5SPEED"; var logonUrl = "/Account/LogOn" + "?returnUrl=" + encodeURIComponent(retUrl); window.location.replace(logonUrl); } else if (data.indexOf("CC_NEEDED") >= 0) { //cedit card req'd -- redirect //$.cookie("continueActionData", $("#actionForm").serialize(), { path: "/", expires: 1 }); var retUrl = "/Listing/Details/52593223/427POWERED-1965-FACTORY-FIVE-RACING-TYPE-65-COUPE-5SPEED"; var addCardUrl = "/Account/CreditCards" + "?returnUrl=" + encodeURIComponent(retUrl); modalContent = `

Credit Card Not Found

We can't process a bid without a credit card registered.

Add a Credit Card Cancel

`; confirmationDialog.getModalBody().html(modalContent); } else { //proceed with bidding modal //debugger; confirmationDialog.getModalBody().html(data).each(function () { AssignModalFormToAjax(); }); var bidWarningDiv = confirmationDialog.getModalBody().find("#outbid-warning"); var bidCrazyBidDiv = confirmationDialog.getModalBody().find("#bid-too-high-warning"); if (data.indexOf("CRAZY_BID_WARNING") >= 0) { bidWarningDiv.addClass('d-none'); //var bidModalDiv = confirmationDialog.getModalBody().find("#bidding-modal"); //bidModalDiv.hide(); bidCrazyBidDiv.removeClass('d-none'); } else if (data.indexOf("HIGH_BIDDER_WARNING") >= 0) { var bidModalDiv = confirmationDialog.getModalBody().find("#bidding-modal"); bidModalDiv.hide(); bidWarningDiv.removeClass('d-none'); } } } }); }); function AssignModalFormToAjax() { var resultForm = confirmationDialog.getModalBody().find("form"); resultForm.submit(function (event) { event.preventDefault(); confirmationDialog.getModalBody().html('427-POWERED 1965 FACTORY FIVE RACING TYPE 65 COUPE 5-SPEED (2)'); $.ajax({ url: resultForm.attr("action"), type: "post", async: true, data: resultForm.serialize(), success: function (data) { confirmationDialog.getModalBody().html(data); AssignModalFormToAjax(); } }); }); } $(document).on("SignalR_Started", function () { var serializedActionData = $.cookie("continueActionData"); if (!(serializedActionData == null || serializedActionData == "")) { var continueActionData = ParseActionData(serializedActionData.toString()); for (var qiKey in continueActionData) { var qiValue = continueActionData[qiKey]; $("#actionForm").find("#" + qiKey).val(qiValue); } $.cookie('continueActionData', "", { path: '/', expires: 0 }); } }); function ParseActionData(serializedActionData) { var result = new Array(); var kvPairs = serializedActionData.split('&'); for (var i = 0; i < kvPairs.length; i++) { var kvPair = kvPairs[i].split('='); result[kvPair[0]] = decodeURIComponent(replaceAll(kvPair[1], "+", " ")); } return result; } });

Location:

Somersworth, New Hampshire 03878

Seller:

ClassicAutoApp

Dealer

Engine:

427

Transmission:

Manual

Odometer:

160 (Mi)

Chassis/VIN:

F5R1000196CP

Carfax:

Not available

Lot Number:

52593223

View Comments

If a bid is placed within the last minute of an auction, an additional minute is added to ensure all bidders have a fair chance to bid. Bid carefully. Please complete your vehicle due-diligence prior to bidding. Bids are binding and by placing your bid you agree to our User Agreement and Privacy Policy.

427-POWERED 1965 FACTORY FIVE RACING TYPE 65 COUPE 5-SPEED (2024)

References

Top Articles
Latest Posts
Article information

Author: Ray Christiansen

Last Updated:

Views: 5382

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.