Skip to content

shanna/jquery-query-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jquery-query-map

jQuery query condition mapper.

Synopsis

Allows for the composition of arbirary complex queries using a list of fields, connective and conditional operators.

$(function ($) {
  // Query map setup.
  $('#query-map').query_map({ // or $.query_map.create($('#query-map'), {
  connectives: ['all', 'any'],
  comparisons: ['is', 'is not', 'is greater than', 'is less than'],
  fields:      ['firstname', 'lastname', 'group', 'age', 'year'],
  });
})

See

github.com/shanna/jquery-query-map/blob/master/demo/index.html

About

jQuery query condition mapper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published