Skip to content

Instantly share code, notes, and snippets.

@bovan
Created November 25, 2010 12:07
Show Gist options
  • Save bovan/715285 to your computer and use it in GitHub Desktop.
Save bovan/715285 to your computer and use it in GitHub Desktop.
informative line #13
$(document.body)data('trafikk').each(function(index, value){ // some overkill shrinking
data[index].include = (((($.isArray(data[index].ActualCounties.String )) ? data[index].ActualCounties.String.join() : data[index].ActualCounties.string).indexOf(filter) >= 0) && (filter.length > 0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment