﻿$(function(){
    $("#submit-container input[type='image']").click(function(){
        this.style.display="none";       
        $(this).after("<br /><strong>Please wait ...</strong>");
    });
});