jQuery QueryBuilder Plugin

Spread the love

jQuery plugin offering an interface to create complex queries.

QueryBuilder can be used on advanced search engine pages, administration backends, etc. to build complex queries or filters. It is highly customisable and can be used with many jQuery widgets like autocompleters and sliders.It outputs a structured JSON of rules which can be easily parsed to create SQL/NoSQL/whatever queries.It can also

directly create a SQL WHERE statement

.

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

Download Links

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

Scroll to Top