Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

sgarner/jQuery-QueryBuilder

 
 

Repository files navigation

jQuery QueryBuilder

Bower version Build Status Coverage 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 QUnit test suite.

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

Run grunt watch to automatically build the library when modifying source files.

Inspiration

About

jQuery plugin offering an interface to create complex queries

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 3.7%
  • CSS 2.2%