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
*[MomentJS](http://momentjs.com) (optional, for Date/Time validation)
21
+
* Other Bootstrap/jQuery plugins used by plugins
20
22
21
-
($.extendext is directly included in the [standalone](https://github.com/mistic100/jQuery-QueryBuilder/blob/master/dist/js/query-builder.standalone.js) file)
23
+
($.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)
22
24
23
25
### Browser support
24
-
* Internet Explorer >= 10 (9 with various shims)
25
-
* Mozilla FireFox ??
26
-
* Google Chrome ??
27
-
* Opera ??
28
-
* Safari ??
26
+
* Internet Explorer >= 9
27
+
* All other recent browsers
29
28
30
29
### Build
31
30
@@ -45,8 +44,8 @@ Install Node and Bower dependencies `npm install & bower install` then run `grun
45
44
46
45
You can choose which plugins to include with `--plugins` :
47
46
```bash
48
-
# include "sql-support" plugin
49
-
grunt --plugins=sql-support
47
+
# include "sql-support" and "mongodb-support" plugins
48
+
grunt --plugins=sql-support,mongodb-support
50
49
51
50
# disable all plugins
52
51
grunt --plugins=false
@@ -63,7 +62,8 @@ grunt --languages=fr,it
63
62
64
63
*`grunt test` to run JSHint and the QUnit test suite.
65
64
*`grunt list_modules` to get the list of available plugins and languages.
66
-
*`grunt watch` to automatically build the library when modifying source files.
65
+
*`grunt describe_triggers` to get the list of all triggers.
66
+
*`grunt watch` to automatically build the library when modifying the source files.
0 commit comments