|
3 | 3 | [](https://www.npmjs.com/package/jQuery-QueryBuilder)
|
4 | 4 | [](https://www.jsdelivr.com/package/npm/jQuery-QueryBuilder)
|
5 | 5 | [](https://github.com/mistic100/jQuery-QueryBuilder/actions)
|
6 |
| -[](https://david-dm.org/mistic100/jQuery-QueryBuilder) |
7 | 6 | [](https://gitlocalize.com/repo/5259/whole_project?utm_source=badge)
|
8 | 7 |
|
9 | 8 | jQuery plugin offering an simple interface to create complex queries.
|
@@ -34,18 +33,14 @@ $ npm install jQuery-QueryBuilder
|
34 | 33 | jQuery-QueryBuilder is available on [jsDelivr](https://www.jsdelivr.com/package/npm/jQuery-QueryBuilder).
|
35 | 34 | ### Dependencies
|
36 | 35 | * [jQuery 3](https://jquery.com)
|
37 |
| - * [Bootstrap 3](https://getbootstrap.com/docs/3.3) (CSS only) |
| 36 | + * [Bootstrap 5](https://getbootstrap.com/docs/5.3/) CSS and bundle.js which includes `Popper` for tooltips and popovers |
| 37 | + * [Bootstrap Icons](https://icons.getbootstrap.com/) |
38 | 38 | * [jQuery.extendext](https://github.com/mistic100/jQuery.extendext)
|
39 |
| - * [doT.js](https://olado.github.io/doT) |
40 | 39 | * [MomentJS](https://momentjs.com) (optional, for Date/Time validation)
|
41 | 40 | * [SQL Parser](https://github.com/mistic100/sql-parser) (optional, for SQL methods)
|
42 | 41 | * Other Bootstrap/jQuery plugins used by plugins
|
43 | 42 |
|
44 |
| -($.extendext and doT.js are directly included in the [standalone](https://github.com/mistic100/jQuery-QueryBuilder/blob/master/dist/js/query-builder.standalone.js) file) |
45 |
| - |
46 |
| -### Browser support |
47 |
| - * Internet Explorer >= 11 |
48 |
| - * All other recent browsers |
| 43 | +($.extendext is directly included in the [standalone](https://github.com/mistic100/jQuery-QueryBuilder/blob/master/dist/js/query-builder.standalone.js) file) |
49 | 44 |
|
50 | 45 |
|
51 | 46 |
|
|
0 commit comments