Introduction to basic operations such as adding, modifying, deleting, and querying Jquery EasyUI_jquery
WBOY
Release: 2016-05-16 17:20:17
Original
1267 people have browsed it
I first met Jquery EasyUI and saw some projects developed by bloggers. The page is very cool, the function is very powerful, and the effect is quite good. Recently, I have been wanting to learn a set of front-end controls systematically, so I found some references on the Internet. Example. I wrote some basic addition, deletion, modification and search functions, which is a basic introduction to this control. There will be time to continue learning in depth later.
url="http://www.cnblogs.com/GetJson/CreateJson.aspx" toolbar="#toolbar" pagination= "true" rownumbers = "true" "50"> Card name > ateTime" width="50"> Time lt;/th> >
jquery easyui uses datagrid to display data, so the class must select easyui-datagrid; the url is a json format data source for this list. The "#toobar" followed by toobar is a toolbar of the list. This example Displayed on the list are add, modify, and delete function buttons to operate the data. Whether pagination displays paging, and rownumbers displays the number of rows. When paging, two parameters are passed to the background, one is the current page number and the other is the number of rows displayed on each page; fitcolumns: adaptive column width; singleselected: radio selection. Toolbar code