記錄寫程式的一些筆記跟心得 提案合作請來信洽談 bigdstut@gmail.com
常常會到用input的disabled與readonly的控制。
$("#control").toggle( function () { $('#target').attr("disabled", true); }, function () { $('#target').removeAttr("disabled"); } );
留個話吧:)
沒有留言:
張貼留言
留個話吧:)