Giter Club home page Giter Club logo

jquery-querybuilder's Introduction

jQuery QueryBuilder

Bower version Build Status Coverage Status Gratipay

jQuery plugin offering an simple interface to create complex queries.

screenshot

Documentation

http://mistic100.github.io/jQuery-QueryBuilder

Dependencies

  • jQuery >= 1.9
  • Bootstrap >= 3.1 (CSS only)
  • jQuery.extendext
  • doT.js
  • MomentJS (optional, for Date/Time validation)
  • Other Bootstrap/jQuery plugins used by plugins

($.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
  • Ruby Dev: apt-get install ruby-dev
  • Grunt CLI: npm install -g grunt-cli
  • Bower: npm install -g bower
  • SASS: gem install sass

Run

Install Node and Bower dependencies npm install & bower 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 and the QUnit test suite.
  • grunt list_modules to get the list of available plugins and languages.
  • grunt describe_triggers to get the list of all triggers.
  • grunt watch to automatically build the library when modifying the source files.

Inspiration

jquery-querybuilder's People

Contributors

mistic100 avatar aleksandr-m avatar mehldau avatar klelifo avatar jom avatar jasonhancock avatar roywcm avatar timgws avatar ttomor avatar cmrbck avatar bukowskiadam avatar pofigizm avatar fabien avatar kgarrido avatar kddlb avatar olavoyen avatar pyarza avatar piotr-grzelka avatar sedighzade avatar giessebi avatar leandrogehlen avatar michaelcode avatar raimu avatar

Watchers

James Cloos avatar Eric Lemley avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.