mirror of
				https://github.com/fspc/Yellow-Bike-Database.git
				synced 2025-10-31 08:55:36 -04: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
					
				| @ -41,6 +41,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);  | ||||||
| 		$.post("shops.php", {range1: range_display[0], range2: range_display[1]}, function (data) { | 		$.post("shops.php", {range1: range_display[0], range2: range_display[1]}, function (data) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user