jQuery plugin offering an simple interface to create complex queries.
http://mistic100.github.io/jQuery-QueryBuilder
- Bootstrap >= 3.1 (CSS only)
- jQuery >= 1.9
- jQuery.extendext
- MicroEvent (mistic100 version)
- (optional) MomentJS for date/time validation
- (optional) some JS components used by plugins
($.extendext and MicroEvent are directly included in the standalone file)
- Internet Explorer >= 10 (9 with various shims)
- Mozilla FireFox ??
- Google Chrome ??
- Opera ??
- Safari ??
- NodeJS + NPM:
apt-get install nodejs-legacy npm - Ruby Dev:
apt-get install ruby-dev - Grunt CLI:
npm install -g grunt-cli - Bower:
npm install -g bower - SASS:
gem install sass
Install Node and Bower dependencies npm install & bower install then run grunt in the root directory to generate production files inside dist.
You can choose which plugins to include with --modules :
# include "sql-support" plugin
grunt --modules=sql-support
# disable all modules
grunt --modules=falseAll plugins are included by default.
You can also include ONE language with --lang :
# include French translation
grunt --lang=frgrunt testto run JSHint and the QUnit test suite.grunt list_modulesto get the list of available plugins and languages.grunt watchto automatically build the library when modifying source files.