Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.78 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.78 KB

jQuery QueryBuilder

Bower version Build Status

jQuery plugin offering an interface to create complex queries.

Documentation

http://mistic100.github.io/jQuery-QueryBuilder

Dependencies

  • Bootstrap 3.x CSS
  • jQuery >= 1.9
  • jQuery.extendext
  • MicroEvent (mistic100 version)
  • (optional) MomentJS
  • (optional) any widgets library like jQuery UI

($.extendext and MicroEvent are directly included in the standalone file)

Browser support

  • Internet Explorer >= 10
  • Mozilla FireFox ??
  • Google Chrome ??
  • Opera ??
  • Safari ??

Build

Run grunt in root directory to generate minified 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=false

All plugins 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.

Run grunt list_modules to get the list of available plugins and languages.

Contributing

Changes have to be done only in src directory. The dist directory is updated only once in a while before a release.

Inspiration