init
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -270,7 +270,9 @@ | ... | @@ -270,7 +270,9 @@ |
| 270 | }); | 270 | }); |
| 271 | 271 | ||
| 272 | $('#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney').on('keyup', function () { | 272 | $('#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney').on('keyup', function () { |
| 273 | $('#table').DataTable().draw(); | 273 | var url = window.location.href; |
| 274 | window.location.href = window.location.href+'&loanMinMoney='+$("#loanMinMoney").val()+'&loanMaxMoney='+$("#loanMaxMoney").val()+'&ratifyMinMoney='+$("#ratifyMinMoney").val()+'&ratifyMaxMoney='+$("#ratifyMaxMoney").val() | ||
| 275 | // $('#table').DataTable().draw(); | ||
| 274 | }); | 276 | }); |
| 275 | 277 | ||
| 276 | function resetHandler() { | 278 | function resetHandler() { | ... | ... |
-
Please register or sign in to post a comment