EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
October 10, 2024, 11:33:00 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
easyui "form" clear problem
Pages: [
1
]
« previous
next »
Print
Author
Topic: easyui "form" clear problem (Read 13931 times)
mars610
Newbie
Posts: 13
easyui "form" clear problem
«
on:
October 21, 2011, 10:35:09 AM »
Hi,
I recently used easyui form of usage, use the clear method, found that after emptying the form data elements which can not be re-set the properties。for example:
<script type="text/javascript">
$('#ff').form('clear');
$('#bb').attr('checked',true);
</script>
html:
<form id="ff">
<input id="bb" type="checkbox" value="0">
</form>
I found
$('#bb').attr('checked',true);
is not work. The checkbox is not checked and when I using the "iButton" plug, if use "clear" method, iButton effect in Firefox would fail. That is, can not choose
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...