|
1 | 1 | # jQuery QueryBuilder
|
2 | 2 |
|
3 |
| -[](http://querybuilder.js.org) |
4 | 3 | [](https://www.npmjs.com/package/jQuery-QueryBuilder)
|
5 | 4 | [](https://www.jsdelivr.com/package/npm/jQuery-QueryBuilder)
|
6 | 5 | [](https://travis-ci.org/mistic100/jQuery-QueryBuilder)
|
|
9 | 8 |
|
10 | 9 | jQuery plugin offering an simple interface to create complex queries.
|
11 | 10 |
|
12 |
| -[](http://querybuilder.js.org) |
| 11 | +[](https://querybuilder.js.org) |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
16 | 15 | ## Documentation
|
17 |
| -[http://querybuilder.js.org](http://querybuilder.js.org) |
| 16 | +[querybuilder.js.org](https://querybuilder.js.org) |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
@@ -43,8 +42,8 @@ jQuery-QueryBuilder is available on [jsDelivr](https://www.jsdelivr.com/package/
|
43 | 42 | * [jQuery 3](https://jquery.com)
|
44 | 43 | * [Bootstrap 3](https://getbootstrap.com/docs/3.3) (CSS only)
|
45 | 44 | * [jQuery.extendext](https://github.com/mistic100/jQuery.extendext)
|
46 |
| - * [doT.js](http://olado.github.io/doT) |
47 |
| - * [MomentJS](http://momentjs.com) (optional, for Date/Time validation) |
| 45 | + * [doT.js](https://olado.github.io/doT) |
| 46 | + * [MomentJS](https://momentjs.com) (optional, for Date/Time validation) |
48 | 47 | * [SQL Parser](https://github.com/mistic100/sql-parser) (optional, for SQL methods)
|
49 | 48 | * Other Bootstrap/jQuery plugins used by plugins
|
50 | 49 |
|
@@ -92,10 +91,5 @@ grunt --languages=fr,it
|
92 | 91 | * `grunt doc` to generate the documentation.
|
93 | 92 |
|
94 | 93 |
|
95 |
| - |
96 | 94 | ## License
|
97 | 95 | This library is available under the MIT license.
|
98 |
| - |
99 |
| -#### Inspirations |
100 |
| - * [Knockout Query Builder](http://kindohm.github.io/knockout-query-builder/) |
101 |
| - * [jui_filter_rules](http://www.pontikis.net/labs/jui_filter_rules/) |
0 commit comments