Jquery form data loading example

Source: Internet
Author: User

Some code is as follows:
Copy codeThe Code is as follows:
<Form id = "fm" method = "post" novalidate>
<Div style = "height: 26px" class = "fitem">
<Label> region: </label>
<Input class = "easyui-combobox"
Id = "areaId"
Name = "areaId"
Url = "getAreasList" // you can obtain data from the background.
ValueField = "id"
TextField = "name"
PanelHeight = "auto"
/>
</Div>
<Div style = "height: 26px" class = "fitem">
<Label> name: </label>
<Input id = "devName" name = "name" class = "easyui-validatebox" missingMessage = "Do Not Allow null" required = "true"/>
</Div>

Omitted later

Some js Code
Copy codeThe Code is as follows:
<Pre code_snippet_id = "229232" snippet_file_name = "feature" name = "code" class = "html"> <pre code_snippet_id = "229232" snippet_file_name = "feature" name = "code" class = "html"> var row = $ ('# dg '). datagrid ('getselected ');
</Pre>
<Pre> </pre>
<Pre code_snippet_id = "229232" snippet_file_name = "blog_20140311_2_8342494" name = "code" class = "html"> $ ('# fs'). form ('load', row );
Fm: form tag id
Row: the obtained data is an object, and one data item is selected in easyui.
<Input name = "row attribute name"/>
</Pre> <br>
<Pre> </pre>
<Br>
<Br>
</Pre>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.