• Stars
    star
    1,680
  • Rank 27,795 (Top 0.6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jQuery plugin offering an interface to create complex queries

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 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 >= 11
  • 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.

More Repositories

1

RandomColor.php

A color generator for PHP
PHP
235
star
2

tinygradient

Fast and small gradients manipulation, built on top of TinyColor
JavaScript
194
star
3

jekyll-bootstrap-doc

Simple documentation template for Github pages
HTML
89
star
4

angular-jqcloud

AngularJS directive for jQCloud 2 plugin
35
star
5

HyperCube

Dart
22
star
6

jQuery.extendext

jQuery.extend with configurable behaviour for arrays
JavaScript
21
star
7

squareicon

JavaScript library for generating abstract images from unique identifiers.
JavaScript
17
star
8

three.js-examples

A Bower package only containing the JavaScript files of the Three.js examples.
JavaScript
16
star
9

Rainmeter-Collection

Some Rainmeter skins I did when I was bored
NASL
12
star
10

angular-smilies

AngularJS filter & directive for smilies parsing
JavaScript
11
star
11

Rainmeter-TopProcesses

A Rainmeter plugin to show n-number of top processes by either memory or CPU consumption.
C#
10
star
12

UMWP-Autochanger

UMWP Autochanger is a little tool for multi-monitors users. It randomly and periodically changes the wallpaper of all your monitors and manages sets of wallpapers, allowing you to quickly change which images are used.
C++
8
star
13

Nixie-Clock-IN12

C++
4
star
14

Rainmeter-NowPlayingPlex

A Rainmeter plugin to read the currently playing track on Plex.
C#
4
star
15

Piwigo-PhotoSphere

Add a Photo Sphere viewer to Piwigo
JavaScript
4
star
16

CircleLamp

C++
3
star
17

Rainmeter-Tron-MCP

Full featured Rainmeter monitoring suite inspired by Tron movies.
HTML
2
star
18

Github-Network

A custom clone of the Github network view
JavaScript
2
star
19

hain-plugin-rss

RSS feed reader for Hain launcher
JavaScript
1
star
20

Rainmeter-NowPlayingJellyfin

A Rainmeter plugin to read the currently playing track on Jellyfin.
C#
1
star
21

grunt-qunit-blanket-lcov

Save LCOV reports generated by Blanket for Grunt QUnit.
JavaScript
1
star
22

rpi-led-matrix-server

A simple C++ program to display a slideshow of images on a HUB75 matrix display.
C++
1
star
23

PikaExplorer

A Pokemon Red/Blue/Yellow save game parser writen in JavaScript.
CSS
1
star