﻿$(function() {
    $(".findbutton").click(function(e) {
        $(this).val("Please wait...");
    });
});