Skip to content

Latest commit

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

jsonSearchTools

can do search, sort, and slice of jsonArray.

varjsonSearchTools=null;$(document).ready(function(){jsonSearchTools=newJsonSearchTools();jsonSearchTools.init([{"title":"1","create_date":"2019-01-23"},{"title":"2","create_date":"2019-01-23"},.......]);jsonSearchTools.doSearch("Key to search","keyword","Key to Sort","asc | desc",startIdx,endIdx,function(selectedItemLength,searchItemList){// TODO: your code...console.log(selectedItemLength);console.log(searchItemList);});});

About

can do search, sort, and slice of jsonArray.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages