Skip to content

Instantly share code, notes, and snippets.

@FrankPeters
Created January 7, 2015 09:22
Show Gist options
  • Save FrankPeters/3da90e3387c21c1506f4 to your computer and use it in GitHub Desktop.
Save FrankPeters/3da90e3387c21c1506f4 to your computer and use it in GitHub Desktop.
Using jQuery QueryBuilder with FontAwesome icons
$('#builder').queryBuilder({
icons: {
add_group: 'fa fa-plus',
add_rule: 'fa fa-plus',
remove_group: 'fa fa-times',
remove_rule: 'fa fa-times',
sort: 'fa fa-sort'
},
sortable: true,
filters: [...]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment