mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 08:53:23 -05:00
Adds a link to dhhr.php
This file is currently not in devel, but it is being used for Positive Spin.
This commit is contained in:
parent
2617c008c0
commit
7286fc8c3e
@ -40,6 +40,15 @@ $(function(){
|
|||||||
});
|
});
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("#dhhr_hours").on("click keypress", function(e){
|
||||||
|
var range_display = range.pickmeup('get_date', true);
|
||||||
|
$.post("dhhr.php", {range1: range_display[0], range2: range_display[1]}, function (data) {
|
||||||
|
$("body").html(data);
|
||||||
|
//range.pickmeup.date($range_display[0]);
|
||||||
|
});
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
|
|
||||||
$("#shops").on("click keypress", function(e){
|
$("#shops").on("click keypress", function(e){
|
||||||
var range_display = range.pickmeup('get_date', true);
|
var range_display = range.pickmeup('get_date', true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user