jQuery-QueryBuilder

WebJar for jQuery-QueryBuilder

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bowergithub.mistic100
Идентификатор

Идентификатор

jquery-querybuilder
Последняя версия

Последняя версия

2.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jQuery-QueryBuilder
WebJar for jQuery-QueryBuilder
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать jquery-querybuilder

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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,)

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.5.2