disabled

    1. <button style="width: 150px;height: 50px;background: red;color: #ffffff;font-size: 24px" class="submit" type="button">
    2. 提交订单
    3. </button>
    4. $('.submit').click(function(){{
    5. $(this).attr("disabled",'disabled');
    6. })