jQuery plugin offering an interface to create complex queries.
http://mistic100.github.io/jQuery-QueryBuilder
- Bootstrap 3.x CSS
- jQuery >= 1.9
- (optional) MomentJS
- (optional) any widgets library like jQuery UI
- Internet Explorer >= 10
- Mozilla FireFox ??
- Google Chrome ??
- Opera ??
- Safari ??
Run grunt
in root directory to generate minified files inside dist
.
You can choose which modules to include with --modules
# include "sql" module
grunt --modules=sql
# disable all modules
grunt --modules=false
All modules are included by default.
You can also include ONE language with --lang
# include French translation
grunt --lang=fr
Run grunt test
to run jsHint and the Mocha test suite.