jQuery plugin offering an interface to create complex queries
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
mistic100 cf7728fd9d
Update README.md
2 months ago
.github chore: remove grunt + update dev tools 9 months ago
build Bootstrap 5 Further Progress (#992) 2 months ago
examples Bootstrap 5 Further Progress (#992) 2 months ago
src Bootstrap 5 Further Progress (#992) 2 months ago
tests Bootstrap 5 Further Progress (#992) 2 months ago
.editorconfig Close #334 sql-support compatible with custom methods 7 years ago
.gitignore chore: remove grunt + update dev tools 9 months ago
.jsdoc.json jsdoc: fix events links and plugins definition 7 years ago
LICENSE HTTPS everywhere 6 years ago
README.md Update README.md 2 months ago
package.json Bootstrap 5 Further Progress (#992) 2 months ago
yarn.lock Bootstrap 5 Further Progress (#992) 2 months ago

README.md

jQuery QueryBuilder

npm version jsDelivr CDN Build Status gitlocalized

jQuery plugin offering an simple interface to create complex queries.

screenshot

Documentation

querybuilder.js.org

Install

Manually

Download the latest release

With npm

$ npm install jQuery-QueryBuilder

Via CDN

jQuery-QueryBuilder is available on jsDelivr.

Dependencies

($.extendext is directly included in the standalone file)

Developement

Install Node dependencies with npm install.

Build

Run npm run build in the root directory to generate production files inside dist.

Serve

Run npm run serve to open the example page with automatic build and livereload.

License

This library is available under the MIT license.