FYI I suck at javascript and can't wrap my head around Query Strings.
My question is regarding Quicksand http://razorjack.net/quicksand/index.html
How do I modify the http://razorjack.net/quicksand/scripts/main.js using javascript to allow for sorting based on the given filters via an incoming URL.
Demo's given filters:
Filter by type: Everything, Applications, Utilities
Sort by: Name, Size
So the incoming URLs could look like this depending on what parameters you use, overiding the default view:
razorjack.net/quicksand/index.html?Type=Everything&Sort=Size
razorjack.net/quicksand/index.html?Type=Utilities&Sort=Name