Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.1 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.1 KB

jQuery QueryBuilder

Bower version

jQuery plugin offering an interface to create complex queries.

Documentation

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

Requirements

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

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

Inspiration