You can enable or disable a form element using the .prop() method: 1. 2. 3. 4. 5. // Disable #x. $( "#x" ).prop( "disabled", true );.
確定! 回上一頁