Upcoming Trips

This example uses a query in the fetch function to only select a specific trip.

w.fetch({
	query: "triptypeid = 1 LIMIT 100", // fetch results using a query
	grouped: false // disable grouping
}, function(data) {
    // success function
});