Skip to content

Commit

Permalink
Merge pull request #1382 from msimerson/master
Browse files Browse the repository at this point in the history
Update README.md with spelling and grammar improvements
  • Loading branch information
hikalkan committed Jul 5, 2014
2 parents 410fbcd + 34b0660 commit c61a01e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -5,7 +5,7 @@ http://www.jtable.org

[![A screenshot of jTable](https://raw.githubusercontent.com/hikalkan/jtable/master/screenshot.png)](http://jtable.org/)

jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:
jTable is a jQuery plugin used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:

* Automatically creates HTML table and loads records from server using AJAX.
* 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.
Expand All @@ -28,8 +28,8 @@ jTable is a jQuery plugin that is used to create AJAX based CRUD tables without
Notes
======

lib folder contains all necessary files to use jTable.
lib folder contains files necessary to use jTable.

dev folder contains parts of library that can be helpful for development of jTable.
dev folder contains parts of library helpful for development of jTable.

See http://www.jtable.org for documantation, demos, themes and more...
See http://www.jtable.org for documentation, demos, themes and more...

0 comments on commit c61a01e

Please sign in to comment.