From e7583b4281d97d1df860ccd34e1cd4ffdb0cad7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 22 Jul 2014 19:27:27 +0300 Subject: [PATCH 1/2] Added jTable --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4cec074..33173e4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Modals and Popups](#modals-and-popups) * [Scroll](#scroll) * [Menu](#menu) + * [Table/Grid](#table-grid) * [Maps](#maps) * [Animations](#animations) * [Other Awesome Lists](#other-awesome-lists) @@ -446,6 +447,10 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) - jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's. +## Table/Grid + +* [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables. + ## Maps * [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps. From ede54de53f9bb49566520f380014a9e1d5c87310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 22 Jul 2014 19:28:30 +0300 Subject: [PATCH 2/2] Fixed table/grid link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33173e4..5c35d4c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Modals and Popups](#modals-and-popups) * [Scroll](#scroll) * [Menu](#menu) - * [Table/Grid](#table-grid) + * [Table/Grid](#tablegrid) * [Maps](#maps) * [Animations](#animations) * [Other Awesome Lists](#other-awesome-lists)