You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ http://www.jtable.org
5
5
6
6
[](http://jtable.org/)
7
7
8
-
jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:
8
+
jTable is a jQuery plugin used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:
9
9
10
10
* Automatically creates HTML table and loads records from server using AJAX.
11
11
* Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page.
@@ -28,8 +28,8 @@ jTable is a jQuery plugin that is used to create AJAX based CRUD tables without
28
28
Notes
29
29
======
30
30
31
-
lib folder contains all necessary files to use jTable.
31
+
lib folder contains files necessary to use jTable.
32
32
33
-
dev folder contains parts of library that can be helpful for development of jTable.
33
+
dev folder contains parts of library helpful for development of jTable.
34
34
35
-
See http://www.jtable.org for documantation, demos, themes and more...
35
+
See http://www.jtable.org for documentation, demos, themes and more...
0 commit comments