bd calendar and salary sum
This commit is contained in:
7
backend/web/js/site.js
Normal file
7
backend/web/js/site.js
Normal file
@ -0,0 +1,7 @@
|
||||
$(function(){
|
||||
$('#options').change(function(){
|
||||
month = $('#options :selected').val();
|
||||
history.pushState({}, '', month);
|
||||
$.pjax.reload({container:"#reload"});
|
||||
})
|
||||
});
|
Reference in New Issue
Block a user