Advertise here

jQuery Plugins Tagged ‘array’

JavaScript Array Explorer

January 24, 2018     385    
JavaScript Array Explorer

JavaScript Array Explorer is a resource to help figure out what JavaScript array method would be best to use at any given time.

Read More »

Z– Native Pattern Matching for Javascript

November 27, 2017     610    
Z– Native Pattern Matching for Javascript

The pattern matching is basically a switch on steroids, you can create powerful conditions such based on Object properties or Array content without manipulating the Object or Array itself.

Read More »

match-sorter – Best Match Sorting of an Array in JavaScript

November 23, 2017     1187    
match-sorter – Best Match Sorting of an Array in JavaScript

match-sorter is a simple, expected, and deterministic best-match sorting of an array in JavaScript. It follows a simple and sensible algorithm that makes it easy for you to filter and sort a list of items based on given input. Items are ranked based on sensible criteria that result in a better user experience.

Read More »

Collect.js – Dependency Free Wrapper for Working with Arrays and Objects

June 23, 2017     700     Others
Collect.js – Dependency Free Wrapper for Working with Arrays and Objects

Collect.js is a convenient and dependency free wrapper for working with arrays and objects.

Read More »

serializeJSON – Serialize an HTML Form to JavaScript Object

January 09, 2014     4346     JSON
serializeJSON – Serialize an HTML Form to JavaScript Object

Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays. The serializeJSON function does not return JSON, but an object instead.

Read More »