mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Stat totals for shop types. In the future a graph would be nice.
This commit is contained in:
@@ -41,4 +41,13 @@ $(function(){
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$("#shops").on("click keypress", function(e){
|
||||
var range_display = range.pickmeup('get_date', true);
|
||||
$.post("shops.php", {range1: range_display[0], range2: range_display[1]}, function (data) {
|
||||
$("body").html(data);
|
||||
//range.pickmeup.date($range_display[0]);
|
||||
});
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user