function clear_form_elements(ele) {
$(ele).find(':input').each(function() {
switch(this.type) {
case 'password':
case 'select-multiple':
case 'select-one':
case 'text':
case 'textarea':
$(this).val('');
break;
case 'checkbox':
//case 'radio':
this.checked = false;
}
});
$(".Rbutton.reset").click(function() {
clear_form_elements($("#myfrm"));
});
**Html
**Html
特殊符號
› >
空白
° 度數
沒有留言:
張貼留言