Advertise here

jQuery Plugins Tagged ‘query’

enquire.js – Awesome Media Queries in JavaScript

January 31, 2017     1234     Others
enquire.js – Awesome Media Queries in JavaScript

enquire.js is a lightweight, pure javascript library for programmatically responding to media queries.

Read More »

joqular – JavaScript Object Query Language Representation

May 16, 2015     1011     JSON
joqular – JavaScript Object Query Language Representation

joqular is a JavaScript Object Query Language Representation that is mostly JSON.

  • Serializable pattern and SQL like object matching for JavaScript, including joins!
  • More built-in predicates/operators than most other other data query mechanisms, currently 34. Includes built in random sampling capability.
  • Extensible with just one line of code per predicate/query operator. Puts the intelligence in your data, not the database engine.
  • Just-in-time, fully indexed in-memory database, 2x to 10x faster than linear search, faster than IndexedDB and PouchDB for insert and search.

Read More »

Structured Filter – jQuery UI Widget for Structured Queries

November 30, 2014     2076     Others
Structured Filter – jQuery UI Widget for Structured Queries

structured-filter is a generic Web UI for building structured search or filter queries. With it you can build structured search queries like "Contacts where Firstname starts with 'A' and Birthday after 1/1/1980 and State in (CA, NY, FL)"... It is a full jQuery UI widget, supporting various configurations and themes.

Read More »

QueryBuilder – jQuery Plugin to Create Complex Queries

August 23, 2014     6421     JSON Others
QueryBuilder – jQuery Plugin 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.

Read More »