Created
July 19, 2014 18:54
-
-
Save lastlegion/7cb31d00f76a6c00451d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fake_dimension = { | |
filter: function(f) { //Create filtering function | |
if(f) { | |
queryFilter[fake_dimension] = f; //Set filter in query filter | |
refresh(); //Make the AJAX call. | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment