Skip to content
Filter and sort elements using data attributes
JavaScript HTML
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
example
LICENSE
README.md
bower.json
dataFilter.js
dataFilter.min.js
package.json

README.md

dataFilter.js

Filter and sort elements using data attributes

Example

Demo at JSFiddle

dataFilter.init({
     filterclass: 'filter',
     dataParent: 'dataParent',
     sortAttr: 'data-sort'
});

Documentation

dataFilter.init(options)

Options

  • filterClass the class used on buttons or links that are used to filter the data
  • dataParent the ID of the parent element which contains the data to filter
  • sortAttr the data attribute that is used to sort the items
Something went wrong with that request. Please try again.