16
.Reset () yöntemiyle jQuery kullanarak form sıfırlama
Bir sıfırlama düğmesine tıkladığımda formumu sıfırlayabilecek çalışma kodum vardı. Ancak benim kod uzadıktan sonra, artık çalışmadığını fark. <div id="labels"> <table class="config"> <thead> <tr> <th colspan="4"; style= "padding-bottom: 20px; color:#6666FF; text-align:left; font-size: 1.5em">Control Buttons Configuration</th> </tr> <tr> <th>Index</th> <th>Switch</th> <th>Response Number</th> <th>Description</th> </tr> </thead> <tbody> <form id="configform" name= "input" action="#" method="get"> …
270
javascript
jquery
forms
reset