Friday 25 March 2016

Filtering params in Express?

I have an API with params set up. I'm wondering if there is a good tutorial or starting point of how to filter my content (similar to yelp or open table options). I found this lib 'jplist' but its just jquery dom manipulation. I'd rather do something with an actual request.I get the idea of ajax queries, but is that ideal for a situation where I am trying to preserve previous queried params? ex: site.com?day=Monday&location=Something&venue=Club

Submitted March 26, 2016 at 03:52AM by imicit

No comments:

Post a Comment