Skip to content

Instantly share code, notes, and snippets.

View cblanquera's full-sized avatar
🌪️
Breaking Things.

Christian Blanquera cblanquera

🌪️
Breaking Things.
View GitHub Profile
@cblanquera
cblanquera / gist:6078641
Created July 25, 2013 10:48
isotope soft hard search results logic
$('#agency-search-form').submit(function(e) {
e.preventDefault();
var agencies = [];
$('div.select-agency li input:checked').each(function() {
agencies.push(this.value);
});
var filter = [];
$('div.select-specialism li input:checked, '