mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	last and first page buttons for embedded version
This commit is contained in:
		@@ -398,10 +398,11 @@ color: white;
 | 
				
			|||||||
padding: 0 5px;
 | 
					padding: 0 5px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
.last_page, .last_page_hide, .first_page, .first_page_hide{
 | 
					.last_page, .last_page_hide, .first_page, .first_page_hide{
 | 
				
			||||||
  display: none !important;
 | 
					  display: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
#wrapper{
 | 
					#wrapper{
 | 
				
			||||||
  /*height: 94%;*/
 | 
					  /*height: 94%;*/
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -164,3 +164,13 @@ $(document).on("click", ".next_page", function(e) {
 | 
				
			|||||||
    e.preventDefault();
 | 
					    e.preventDefault();
 | 
				
			||||||
    List.dynamicContentPage(1);
 | 
					    List.dynamicContentPage(1);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$(document).on("click", ".last_page", function(e){
 | 
				
			||||||
 | 
					    e.preventDefault();
 | 
				
			||||||
 | 
					    List.dynamicContentPage(10);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$(document).on("click", ".first_page", function(e){
 | 
				
			||||||
 | 
					    e.preventDefault();
 | 
				
			||||||
 | 
					    List.dynamicContentPage(-10);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user