jQuery-QueryBuilder

WebJar for jQuery-QueryBuilder

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.mistic100
ArtifactId

ArtifactId

jquery-querybuilder
Last Version

Last Version

2.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

jQuery-QueryBuilder
WebJar for jQuery-QueryBuilder
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mistic100/jQuery-QueryBuilder

Download jquery-querybuilder

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.mistic100/jquery-querybuilder/ -->
<dependency>
    <groupId>org.webjars.bowergithub.mistic100</groupId>
    <artifactId>jquery-querybuilder</artifactId>
    <version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.mistic100/jquery-querybuilder/
implementation 'org.webjars.bowergithub.mistic100:jquery-querybuilder:2.5.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.mistic100/jquery-querybuilder/
implementation ("org.webjars.bowergithub.mistic100:jquery-querybuilder:2.5.2")
'org.webjars.bowergithub.mistic100:jquery-querybuilder:jar:2.5.2'
<dependency org="org.webjars.bowergithub.mistic100" name="jquery-querybuilder" rev="2.5.2">
  <artifact name="jquery-querybuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.mistic100', module='jquery-querybuilder', version='2.5.2')
)
libraryDependencies += "org.webjars.bowergithub.mistic100" % "jquery-querybuilder" % "2.5.2"
[org.webjars.bowergithub.mistic100/jquery-querybuilder "2.5.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.webjars.bowergithub.olado : dot jar [1.0.3,)
org.webjars.bowergithub.jquery : jquery-dist jar [1.10.0,)
org.webjars.bowergithub.moment : moment jar [2.6.0,)
org.webjars.bowergithub.twbs : bootstrap jar [3.1.0,4)
org.webjars.bowergithub.mistic100 : jquery.extendext jar [0.1.2,)

Project Modules

There are no modules declared in this project.

jQuery QueryBuilder

npm version jsDelivr CDN Build Status Coverage Status Dependencies Status gitlocalized

jQuery plugin offering an simple interface to create complex queries.

screenshot

Documentation

querybuilder.js.org

Install

Manually

Download the latest release

With Bower

$ bower install jQuery-QueryBuilder

With npm

$ npm install jQuery-QueryBuilder

Via CDN

jQuery-QueryBuilder is available on jsDelivr.

Dependencies

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

Browser support

  • Internet Explorer >= 9
  • All other recent browsers

Build

Prerequisites

  • NodeJS + NPM: apt-get install nodejs-legacy npm
  • Grunt CLI: npm install -g grunt-cli

Run

Install Node dependencies npm install then run grunt in the root directory to generate production files inside dist.

Options

You can choose which plugins to include with --plugins :

# include "sql-support" and "mongodb-support" plugins
grunt --plugins=sql-support,mongodb-support

# disable all plugins
grunt --plugins=false

All plugins are included by default.

You can also include language files with --languages :

# include French & Italian translation
grunt --languages=fr,it

Other commands

  • grunt test to run jshint/jscs/scsslint and the QUnit test suite.
  • grunt serve to open the example page with automatic build and livereload.
  • grunt doc to generate the documentation.

License

This library is available under the MIT license.

Versions

Version
2.5.2