<!DOCTYPE html> <html> <head> <script src="jquery.js"></script> <meta charset="utf-8"> <title>测试disabled</title> </head> <body> <div style="margin:0 auto; width:200px; text-align:center"> <p> <input type="button" id="testButton" disabled="disabled" style="height:30px; font-size:20px" value="测试按钮"> </p> </div> </body> </html>
原文:http://www.cnblogs.com/QianBoy/p/7641442.html